View source: R/harmonised-writing.R
format_iso_8601z | R Documentation |
This function parses the format of a POSIXct object to ISO 8601 with Zulu as UTC timezone definition. For instance: 2020-01-01 03:00:00 Europe/Madrid –> "2020-01-01T02:00:00Z"
format_iso_8601z(datetimes)
datetimes |
<array> of POSIXct in any timezone. |
<array> of string with ISO 8601 format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.