为什么我的数码海洋服务器在错误的时间里醒来?

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

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. 

但现在是罗马和9:35 UTC的10: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 

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