centos 修改时区以及修正时间
时间:2021-05-18
新装的centos机器,系统时间不对,可能是时区设置错了
1、查看系统当前的时区
[root@localhost]# timedatectl Local time: Tue 2021-05-18 11:50:19 CST Universal time: Tue 2021-05-18 03:50:19 UTC RTC time: Tue 2021-05-18 03:50:19 Time zone: Asia/Shanghai (CST, +0800) NTP enabled: yes NTP synchronized: yes RTC in local TZ: no DST active: n/a 2、修改系统使用的时区 [root@localhost]# timedatectl set-timezone Asia/Shanghai
3、手动修改时间
[root@localhost]# date
[root@localhost]# date -s "2020-01-01 11:25:30"
4、自动校准时间
[root@localhost]# yum install -y ntpdate[root@localhost]# ntpdate us.pool.ntp.org