Skip to content

Instantly share code, notes, and snippets.

@kentarosasaki
Created January 14, 2016 01:05
Show Gist options
  • Save kentarosasaki/2f525b0321c83a083e9f to your computer and use it in GitHub Desktop.
Save kentarosasaki/2f525b0321c83a083e9f to your computer and use it in GitHub Desktop.
最近のLinuxディストリビューションでタイムゾーンを変更するモダンな方法 ref: http://qiita.com/kentarosasaki/items/65bd75c7fb1063eff831
$ date
Thu Jan 14 00:39:19 UTC 2016
$ cat /etc/timezone
Etc/UTC
# timedatectl set-timezone Asia/Tokyo
$ date
Thu Jan 14 09:46:15 JST 2016
$ cat /etc/timezone
Asia/Tokyo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment