1:先删除本地时间
rm /etc/localtime
rm /etc/timezone
2:设置标准时间
dpkg-reconfigure tzdata
选择亚洲->上海
3: 设置本地时间
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
4:时间同步
ntpdate pool.ntp.org
rm /etc/localtime
rm /etc/timezone
2:设置标准时间
dpkg-reconfigure tzdata
选择亚洲->上海
3: 设置本地时间
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
4:时间同步
ntpdate pool.ntp.org
5: date
6.重启