一、删除本地时间并设置时区为上海
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
二、 和时间服务器同步
ntpdate time.nist.gov
若提示命令不存在,需执行下面命令安装。
yum install ntp
一、删除本地时间并设置时区为上海
rm -rf /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
ntpdate time.nist.gov
yum install ntp