表示を UTCに変更しようかなと
$ timedatectl list-timezones | grep UTC
Etc/UTC
UTC
$ timedatectl set-timezone UTC
==== AUTHENTICATING FOR org.freedesktop.timedate1.set-timezone ====
Authentication is required to set the system timezone.
Authenticating as: myname
Password:
==== AUTHENTICATION COMPLETE ====
$ timedatectl
Local time: 火 2023-06-13 08:04:55 UTC
Universal time: 火 2023-06-13 08:04:55 UTC
RTC time: 火 2023-06-13 08:04:55
Time zone: UTC (UTC, +0000)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no$ date 2023年 6月 13日 火曜日 08:08:49 UT
出来ました。



コメント