Skip to content

Instantly share code, notes, and snippets.

@tspicer
Created January 8, 2014 01:34
Show Gist options
  • Save tspicer/8310181 to your computer and use it in GitHub Desktop.
Save tspicer/8310181 to your computer and use it in GitHub Desktop.
Changing the time on the CentOS servers
rm -f /etc/localtime
ln -s /usr/share/zoneinfo/America/New_York /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment