一、调整时区
- 复制相应的时区文件,替换系统时区文件;
cp /usr/share/zoneinfo/$主时区/$次时区 /etc/localtime
sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
- 将当前时间和日期写入BIOS,避免重启后失效
hwclock -w
[参考] https://blog.csdn.net/qq_37123238/article/details/82983050
[参考] https://blog.csdn.net/weixin_42167759/article/details/90648225
二、时间同步
Centos使用chrony做时间同步
sudo chronyc -a makestep
[参考] https://www.cnblogs.com/lizhaoxian/p/11260041.html
[参考] https://www.cnblogs.com/ibnode/p/3573302.html