Date Time

dtt_date_time(x, tz, ...)

Arguments

x

A Date vector.

tz

A string of the time zone.

...

Unused.

Value

A DateTime vector.

Examples

dtt_date_time(Sys.Date())
#> [1] "2020-03-05 PST"