Created
February 27, 2013 08:14
-
-
Save quietcricket/5046171 to your computer and use it in GitHub Desktop.
Linux change timezone
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
# List what zones are there | |
# ls /usr/share/zoneinfo/Asia/ | |
#if the localtime is already set, rename it to something else | |
# mv /etc/localtime /etc/_localtime | |
# create a symbol link for the localtime | |
ln -s /usr/share/zoneinfo/Asia/Singapore /etc/localtime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment