第一步,选择时区
# 第一个命令如果不行就用第二个
sudo tzconfig
sudo dpkg-reconfigure tzdata
第二步,同步时间,并写入硬件
# 安装ntpdate
sudo apt-get install ntpdate
# 同步时间,如果是美国服务器,则可以用us.pool.ntp.org
sudo ntpdate cn.pool.ntp.org
# 写入硬件
sudo hwclock --systohc