Linu修改时区

1
2
3
4
5
6
7
8
9
10
11
12
13
14
[root@localhost ~]# date
2025年 01月 23日 星期四 22:39:33 EST
[root@localhost ~]# sudo timedatectl set-timezone Asia/Shanghai
[root@localhost ~]# timedatectl
Local time: 五 2025-01-24 11:39:58 CST
Universal time: 五 2025-01-24 03:39:58 UTC
RTC time: 五 2025-01-24 03:39:58
Time zone: Asia/Shanghai (CST, +0800)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
[root@localhost ~]# date
2025年 01月 24日 星期五 11:40:01 CST
[root@localhost ~]#