centos 改 时区

#查看时区
date -R 
#查看硬件时间
hwclock 
#centos 9 手动同步时间
chronyc -a makestep
#改时区
timedatectl set-timezone Asia/Shanghai
# or
cp -f /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

#如果使crontab根据新修改时间运行,需要重启crond服务
systemctl restart crond

参考:
https://blog.csdn.net/TomorrowAndTuture/article/details/113113861
https://www.osyunwei.com/archives/12126.html

posted @ 2023-02-23 15:27  小黑狐狸1001  阅读(21)  评论(0编辑  收藏  举报