Skip to content

Instantly share code, notes, and snippets.

@soardex
Created May 9, 2015 04:44
Show Gist options
  • Save soardex/a1001dd9e11e1d871170 to your computer and use it in GitHub Desktop.
Save soardex/a1001dd9e11e1d871170 to your computer and use it in GitHub Desktop.
Change timezone in CentOS
# backup current localtime
mv /etc/localtime /etc/localtime.bak
# set link to current timezone (e.g. Asia/Manila)
ln -s /usr/share/zoneinfo/[timezone] /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment