If you can get a local time zone, this is from:
Sys.timezone() [1] ""
And no Sys.timezone () <- function
Sys.time() [1] "2011-01-06 16:01:10 EST"
But, obviously, there must be something. And here's how to convert to another time zone:
strftime(Sys.time() , tz="UTC") [1] "2011-01-06 21:02:48"
For further specific advice, it is possible that if you proposed dput () results for an object, we all will have access to any necessary attributes to answer other questions.
source share