Skip to content

Instantly share code, notes, and snippets.

@jamster
Created February 18, 2011 15:11
Show Gist options
  • Select an option

  • Save jamster/833791 to your computer and use it in GitHub Desktop.

Select an option

Save jamster/833791 to your computer and use it in GitHub Desktop.
Change timezone on CentOS
mv /etc/localtime /etc/localtime.bak
cp /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