LoginSignup
20

More than 5 years have passed since last update.

ec2でシステム時間を日本時間に設定する方法

Last updated at Posted at 2014-04-25

sudo vi /etc/sysconfig/clock
ZONE="Asia/Tokyo"

sudo ln -sf /usr/share/zoneinfo/Japan /etc/localtime

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
20