Set System Timezone2019/05/07 |
This is the example for setting time-zone of your system.
|
|
[1] | Replace to your own timezone on the example below. |
[root@dlp ~]#
systemctl unmask systemd-timedated.service Removed /etc/systemd/system/systemd-timedated.service. [root@dlp ~]# systemctl start systemd-timedated.service
# show the list of timezones [root@dlp ~]# timedatectl list-timezones Africa/Abidjan Africa/Accra Africa/Addis_Ababa Africa/Algiers Africa/Asmara Africa/Bamako Africa/Bangui ..... ..... ..... Pacific/Tongatapu Pacific/Wake Pacific/Wallis UTC # show state [root@dlp ~]# Local time: Tue 2019-05-07 20:27:29 JST Universal time: Tue 2019-05-07 11:27:29 UTC RTC time: Tue 2019-05-07 11:27:29 Time zone: Asia/Tokyo (JST, +0900) System clock synchronized: yes NTP service: active RTC in local TZ: no |