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')
1.4m articles
1.4m replys
5 comments
57.0k users