Set Timezone2013/07/03 |
| The example for setting time-zone of your system. |
|
[root@dlp ~]#
timedatectl list-timezones # show the list of time-zone Asia/Aden Asia/Almaty Asia/Amman Asia/Anadyr Asia/Aqtau Asia/Aqtobe Asia/Ashgabat Asia/Baghdad Asia/Bahrain Asia/Baku Asia/Bangkok
[root@dlp ~]#
[root@dlp ~]# timedatectl set-timezone Asia/Tokyo # set timezone timedatectl status # show current settings
Local time: Mon 2013-07-01 22:35:59 JST
Universal time: Mon 2013-07-01 13:35:59 UTC
RTC time: Mon 2013-07-01 13:35:59
Timezone: Asia/Tokyo (JST, +0900)
NTP enabled: yes
NTP synchronized: yes
RTC in local TZ: no
DST active: n/a
|
|
|