Created
January 7, 2022 08:59
-
-
Save murphytsai/98d27a7448250337b9395821377465f3 to your computer and use it in GitHub Desktop.
How to # Set or Change the Time Zone in Linux( 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
| # How to Set or Change the Time Zone in Linux( Centos) | |
| # example : change to UTC time. | |
| $ sudo rm -f /etc/localtime | |
| $ sudo ln -s /usr/share/zoneinfo/UTC /etc/localtime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment