Skip to content

Instantly share code, notes, and snippets.

@ytkhs
Created July 9, 2015 08:34
Show Gist options
  • Save ytkhs/1d690975dca560a7b14c to your computer and use it in GitHub Desktop.
Save ytkhs/1d690975dca560a7b14c to your computer and use it in GitHub Desktop.
CentOSでtimezoneのセット
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