Description Usage Arguments Value
different representations of timestamp(s), including POSIXct-objects for local and UTC timezone as well as ISO-8601 compliant (text) timestamp and information if daylight savings time is in effect
1 | hsTsInfo(tstamp, tzone = "", tsep = "T")
|
tstamp |
(vector of) timestamp(s), either of POSIXt-type or character |
tzone |
time zone in which timestamps in tstamp are given. Will only be used if tstamp are not yet of POSIXt-type. |
tsep |
character used in ISO-8601 text representation to divide date from time |
data frame with columns tPosix.local (POSIXct-objects in time zone tzone), tzone (name of time zone), tPosix.UTC (POSIXct-objects in time zone UTC), tChr.ISO (timestamp in ISO-8601 syntax), isdst (1 if daylight savings time is in effect, otherwise 0).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.