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

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

# 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.タイムゾーンを設定します

# timedatectl set-timezone Asia/Tokyo

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

# 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.設定可能なタイムゾーンの一覧を表示

# timedatectl list-timezones

 

CentOS Stream 8

Posted by arkgame