安装ntpdate
yum install ntpdate
同步时间
ntpdate ntp1.aliyun.com
查看时间
date
如果时间不对,一般是时区问题(对的话就把时间同步到硬件hwclock -w)
timedatectl
修改时区
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime