format_time | R Documentation |
POSIXt
for storageConvert POSIXt
date time object to character representation in UTC time zone.
format_time(x)
x |
( |
Date times are stored as string representations expressed in the UTC time zone.
The storage format is YYYY-MM-DD HH:MM:SS
.
If x
is of class POSIXt
, a character vector, otherwise x
itself.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.