Skip to content

Instantly share code, notes, and snippets.

@alOneh
Created December 5, 2011 10:09
Show Gist options
  • Save alOneh/1433101 to your computer and use it in GitHub Desktop.
Save alOneh/1433101 to your computer and use it in GitHub Desktop.
Change the local timezone to UTC on unix
sudo rm /etc/localtime
sudo ln -s /usr/share/zoneinfo/UTC /etc/localtime
# now check it's ok
$ date
lun déc 5 10:03:47 UTC 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment