Skip to content

Instantly share code, notes, and snippets.

@satomixx
Created March 24, 2015 02:28
Show Gist options
  • Save satomixx/37903afcb3d9d80206d2 to your computer and use it in GitHub Desktop.
Save satomixx/37903afcb3d9d80206d2 to your computer and use it in GitHub Desktop.
Max OSX Yosemite と Linux でシステムの timezone を変更する方法 ref: http://qiita.com/tsumekoara/items/47c84633c4e6f7bda702
/etc/localtime
$ ls /usr/share/zoneinfo
---
./ Asia/ Canada/ Egypt GB-Eire HST Jamaica MST7MDT PST8PDT Singapore W-SU
../ Atlantic/ Chile/ Eire GMT Hongkong Japan Mexico/ Pacific/ Turkey WET
Africa/ Australia/ Cuba Etc/ GMT+0 Iceland Kwajalein NZ Poland UCT Zulu
America/ Brazil/ EET Europe/ GMT-0 Indian/ Libya NZ-CHAT Portugal US/ iso3166.tab
Antarctica/ CET EST Factory GMT0 Iran MET Navajo ROC UTC posixrules
Arctic/ CST6CDT EST5EDT GB Greenwich Israel MST PRC ROK Universal zone.tab
$ sudo rm /etc/localtime; sudo ln -s /usr/share/zoneinfo/Japan /etc/localtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment