from_8601 {zdeskR} | R 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.
[Package zdeskR version 0.6.0 Index]