R/utils.R
asISO8601.Rd
Converts an object which can be converted to a POSIXlt object to a ISO8601 date time string.
asISO8601(dt)
Date time object which can be converted to a POSIXlt object.
Character string in ISO8601 format.
Jussi Jousimo jvj@iki.fi
asISO8601("2014-01-01") #> [1] "2014-01-01T00:00:00Z"