I can use the command Sys.setlocale('LC_TIME') but instead of local machine time zone, I would like to enforce GMT or UTC. Looking through the documentation, it wasn't so clear how I can do this. I tried Sys.setlocale(strptime(tz = 'GMT')) and Sys.setlocale('GMT') to no avail. Any hints?