Created
May 9, 2015 04:44
-
-
Save soardex/a1001dd9e11e1d871170 to your computer and use it in GitHub Desktop.
Change timezone in CentOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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