Created
July 29, 2014 10:25
-
-
Save wilsonsilva/2b6a4c8a3d6d165c8ea8 to your computer and use it in GitHub Desktop.
Set timezone in CentOS
This file contains 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
# Sets the timezone to Europe/Lisbon | |
sudo mv /etc/localtime /etc/localtime.bak | |
sudo ln -s /usr/share/zoneinfo/Europe/Lisbon /etc/localtime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment