LoginSignup
5

More than 5 years have passed since last update.

posted at

updated at

ApacheのログのTimeZoneがおかしい時

+0400だと!?
[24/Jun/2014:17:11:52 +0400]

/etc/localtimeの設定がミスっている。

# mv /etc/localtime{,.bak}
# ln -s /usr/share/zoneinfo/Japan /etc/localtime
# reboot
+0900にできた。
[24/Jun/2014:22:38:35 +0900]

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
What you can do with signing up
5