为什么我的 Digital Ocean 服务器唤醒的时间错误?

为什么我的 Digital Ocean 服务器唤醒的时间错误?

今天,我在 Digital Ocean 上托管的一台服务器(唯一一台托管在那里的服务器)报告的时间错误。它晚了两个小时。

sudo dpkg-reconfigure tzdata
# then I set up the timezone to Europe/Rome

Current default time zone: 'Europe/Rome'
Local time is now:      Sat Jan 31 12:35:21 CET 2015.
Universal Time is now:  Sat Jan 31 11:35:21 UTC 2015.

但现在罗马时间为 10:35,UTC 时间为 9:35。

该命令date报告了相同的时间。我尝试使用以下命令更新时间:

sudo ntpdate -s ntp.ubuntu.com
# the same
sudo ntpdate -s time.nist.gov
# same again

通过删除-s标志,我收到一些错误:

sudo ntpdate time.nist.gov
31 Jan 14:11:49 ntpdate[18243]: sendto(time-a.timefreq.bldrdoc.gov): Operation not permitted
31 Jan 14:11:51 ntpdate[18243]: sendto(time-a.timefreq.bldrdoc.gov): Operation not permitted
31 Jan 14:11:53 ntpdate[18243]: sendto(time-a.timefreq.bldrdoc.gov): Operation not permitted
31 Jan 14:11:55 ntpdate[18243]: sendto(time-a.timefreq.bldrdoc.gov): Operation not permitted
31 Jan 14:11:57 ntpdate[18243]: no server suitable for synchronization found

为了解决这个问题我还需要改变什么?

相关内容