Created
July 9, 2015 08:34
-
-
Save ytkhs/1d690975dca560a7b14c to your computer and use it in GitHub Desktop.
CentOSで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
echo ZONE=\"Asia/Tokyo\" | sudo tee /etc/sysconfig/clock | |
sudo cp -p /usr/share/zoneinfo/Japan /etc/localtime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment