from_8601: Clean Date Time Inputs and Convert to UTC

View source: R/utils.R

from_8601R Documentation

Clean Date Time Inputs and Convert to UTC

Description

This function is called from the to_unixtime() function. It takes a data-time object as a parameter and returns a cleaner string by stripping out unnecessary objects from the timestamp.

Usage

from_8601(x)

Arguments

x

Start time value provided by user.

Value

A datetime vector with the user's start time converted to UTC time zone.


zdeskR documentation built on April 4, 2025, 2:41 a.m.

Related to from_8601 in zdeskR...