LoginSignup
5
5

More than 5 years have passed since last update.

Linux時刻ズレ

Posted at

環境はCentOS6.4
LC_*="ja_JP.UTF-8で設定

確認

$ date
2014年  6月  3日 火曜日 07:06:18 UTC

実際は16時過ぎくらい(JSTで+9)なので、ロケーション設定直す

# バックアップ
sudo cp /etc/localtime /etc/localtime.org

# 確認
ls /usr/share/zoneinfo/Asia/Tokyo
/usr/share/zoneinfo/Asia/Tokyo

# シンボリックリンクでパス通す
sudo ln -s /etc/localtime /usr/share/zoneinfo/Asia/Tokyo

気を取り直して

$ date
2014年  6月  3日 火曜日 16:09:14 JST
5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5