zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Linux修改CST时间为UTC时间。

2023-02-18 15:49:40 时间

1.编辑配置文件添加如下内容
[root@Centos8-template ~]# vim /etc/sysconfig/clock
ZONE="Etc/UTC"
2.生成链接
[root@Centos8-template ~]# ln -sf /usr/share/zoneinfo/UTC /etc/localtime
3. 查看时间。
[root@Centos8-template ~]# date

4.修改时间为shanghai,选择Asia/Shanghai
root@ks-master01-10:~# dpkg-reconfigure tzdata

Current default time zone: 'Asia/Shanghai'
Local time is now: Tue Aug 9 14:52:55 CST 2022.
Universal Time is now: Tue Aug 9 06:52:55 UTC 2022.

root@ks-master01-10:~#
root@ks-master01-10:~#
root@ks-master01-10:~# date
Tue Aug 9 14:52:59 CST 2022