CentOS Stream 8にシステムのタイムゾーンを設定する

環境
# cat /etc/redhat-release
CentOS Stream release 8
設定方法
1.現在のタイムゾーン確認

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# timedatectl
Local time: 土 2021-12-18 22:30:46 EST
Universal time: 日 2021-12-19 03:30:46 UTC
RTC time: 日 2021-12-19 03:30:47
Time zone: America/New_York (EST, -0500)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
# timedatectl Local time: 土 2021-12-18 22:30:46 EST Universal time: 日 2021-12-19 03:30:46 UTC RTC time: 日 2021-12-19 03:30:47 Time zone: America/New_York (EST, -0500) System clock synchronized: yes NTP service: active RTC in local TZ: no
# timedatectl
               Local time: 土 2021-12-18 22:30:46 EST
           Universal time: 日 2021-12-19 03:30:46 UTC
                 RTC time: 日 2021-12-19 03:30:47
                Time zone: America/New_York (EST, -0500)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no

2.タイムゾーンを設定します

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# timedatectl set-timezone Asia/Tokyo
# timedatectl set-timezone Asia/Tokyo
# timedatectl set-timezone Asia/Tokyo

3.タイムゾーン設定確認

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# timedatectl
Local time: 日 2021-12-19 12:44:16 JST
Universal time: 日 2021-12-19 03:44:16 UTC
RTC time: 日 2021-12-19 03:44:16
Time zone: Asia/Tokyo (JST, +0900)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
# timedatectl Local time: 日 2021-12-19 12:44:16 JST Universal time: 日 2021-12-19 03:44:16 UTC RTC time: 日 2021-12-19 03:44:16 Time zone: Asia/Tokyo (JST, +0900) System clock synchronized: yes NTP service: active RTC in local TZ: no
# timedatectl
               Local time: 日 2021-12-19 12:44:16 JST
           Universal time: 日 2021-12-19 03:44:16 UTC
                 RTC time: 日 2021-12-19 03:44:16
                Time zone: Asia/Tokyo (JST, +0900)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no

4.設定可能なタイムゾーンの一覧を表示

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
# timedatectl list-timezones
# timedatectl list-timezones
# timedatectl list-timezones

 

CentOS Stream 8

Posted by arkgame