- How to disable R warning: timezone of object (UTC) is different than current timezone ()
- Sys.setenv(TZ = "UTC")
- Sys.timezone()
- [1] "" # So in my case nothing there
- Sys.time()
- [1] "2011-01-06 16:01:10 EST"
- strftime(Sys.time() , tz="UTC")
- [1] "2011-01-06 21:02:48"