How can I change the default timezone in R? I'm working with time series. All my time series are defined in UTC time zone, but if I print a date it is always done in CET/CEST time zone.
Another way to do it, without changing the whole computer time is using the setenv command like this : Sys.setenv(TZ='GMT')
Sys.setenv(TZ='GMT')
2.1m questions
2.1m answers
60 comments
57.0k users