Skip to content

Instantly share code, notes, and snippets.

@mppatterson
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mppatterson/186cba857fa63f55f96b to your computer and use it in GitHub Desktop.
Save mppatterson/186cba857fa63f55f96b to your computer and use it in GitHub Desktop.
Set clock to CST on Ubuntu
# Painful enough on multiple occasions to keep on file!
sudo rm /etc/localtime
sudo ln -s /usr/share/zoneinfo/US/Eastern /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment