它在我的亚马逊Debian实例上尝试了这个命令
root@ip-:~# date
Sun Apr 27 11:26:34 UTC 2014
在我当地的debain实例中,它就像这样
root@debian:~# date
Sun Apr 27 16:56:56 MDT 2014
所以现在如何让我的本地debain机器时间与亚马逊实例时间相同
即
转换
Sun Apr 27 16:56:56 MDT 2014 ->(to) Sun Apr 27 11:26:34 UTC 2014 this
在我当地的debain machinee
答案 0 :(得分:1)
手头的时差有两个问题:
sudo dpkg-reconfigure tzdata
调整本地系统(请参阅Ynhockey对How do I permanently reset the time zone in Debian?的回答)。sudo apt-get install ntp
并编辑/etc/ntp.conf
定位更多local NTP server sources以获得最佳效果。