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.


chrisumphlett/zdeskR documentation built on Jan. 25, 2025, 9:45 p.m.