┌──(nancy㉿Nancy-Kali)-[~] └─$ timedatectl status Local time: 六 2023-10-21 09:24:02 CST Universal time: 六 2023-10-21 01:24:02 UTC RTC time: 六 2023-10-21 01:24:02 Time zone: Asia/Shanghai (CST, +0800) System clock synchronized: no NTP service: active RTC inlocal TZ: no
┌──(nancy㉿Nancy-Kali)-[~] └─$ timedatectl set-local-rtc 1 ┌──(nancy㉿Nancy-Kali)-[~] └─$ timedatectl status Local time: 六 2023-10-21 09:24:31 CST Universal time: 六 2023-10-21 01:24:31 UTC RTC time: 六 2023-10-21 09:24:31 Time zone: Asia/Shanghai (CST, +0800) System clock synchronized: no NTP service: active RTC inlocal TZ: yes
Warning: The system is configured to read the RTC time in the local time zone. This mode cannot be fully supported. It will create various problems with time zone changes and daylight saving time adjustments. The RTC time is never updated, it relies on external facilities to maintain it. If at all possible, use RTC in UTC by calling 'timedatectl set-local-rtc 0'. ┌──(nancy㉿Nancy-Kali)-[~] └─$