toGMT | R Documentation |
The function transforms a POSIXct
object in any given time zone to GMT.
toGMT(time)
time |
Time, a |
A a POSIXct
object, in GMT.
time = as.POSIXct("1999-01-01 12:00:00", tz = "Asia/Jerusalem")
toGMT(time)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.