- 修改系统时区
timedatectl set-timezone Asia/Shanghai
- 安装NTP
yum -y install ntp
- 使用 ntpdate 更新系统时间
ntpdate pool.ntp.org
- 使用 date 查看时区是否正确
date
- 启动ntpd daemon,持续校准时间
systemctl start ntpd
标签:显示,ntpdate,Centos7,时间,ntp,date,ntpd From: https://www.cnblogs.com/lfxx/p/17298676.html