日本机房对NTP服务器进行了限制
只能使用机房自带的NTP服务器 61.211.161.1
Centos系统执行下列命令把时区调整成北京时间并同步最新时间

ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
yum -y install ntp ntpdate
ntpdate 61.211.161.1
hwclock --systohc
date
hwclock