ubuntu
aws 아마존 시간존 변경
wakira
2019. 10. 4. 18:59
ubuntu@user:~$ date
Tue Apr 3 15:32:27 UTC 2018
ubuntu@user:~$ timedatectl list-timezones | grep Seoul
Asia/Seoul
ubuntu@user:~$ sudo timedatectl set-timezone Asia/Seoul
ubuntu@user:~$ date
Wed Apr 4 00:33:37 KST 2018
ubuntu@user:~$ timedatectl
Local time: Wed 2018-04-04 00:45:31 KST
Universal time: Tue 2018-04-03 15:45:31 UTC
RTC time: Tue 2018-04-03 15:45:30
Time zone: Asia/Seoul (KST, +0900)
Network time on: yes
NTP synchronized: yes
RTC in local TZ: no
sudo service apache2 restart