日期提前 3 天

日期提前 3 天

由于某种原因,我系统上的系统日期自动更改为错误的日期。例如,在撰写本文时,Ubuntu 时钟显示日期为 2015 年 3 月 15 日,时间为凌晨 4:58,但实际日期和时间是 2015 年 3 月 12 日晚上 8:58。我尝试手动设置时间和日期,但经过几次重启后,时钟再次更改。我系统上的 BIOS 时间和日期是正确的,我没有双启动,Ubuntu 14.10 x64 是我唯一的操作系统。我在其他论坛上查找过有类似问题的人,但没有任何解决方案可以解决这个问题。我也尝试过重新安装 Ubuntu,但问题仍然存在。有什么想法可以解决这个问题吗?

sudo hwclock --debug 的输出(时钟目前正确,下次改变时将再次更新):

hwclock from util-linux 2.25.1    
Using the /dev interface to the clock.  
Last drift adjustment done at 1426437469 seconds after 1969   
Last calibration done at 1426437469 seconds after 1969  
Hardware clock is on UTC time  
Assuming hardware clock is kept in UTC time.  
Waiting for clock tick...  
...got clock tick  
Time read from Hardware Clock: 2015/03/12 21:25:26  
Hw clock time : 2015/03/12 21:25:26 = 1426195526 seconds since 1969  
Thu 12 Mar 2015 21:25:26 GMT  -0.469705 seconds

编辑:日期又变了。时钟显示“2015 年 3 月 16 日星期一下午 2:58”。我重新运行了 sudo hwclock --debug 并得到了以下输出:

hwclock from util-linux 2.25.1
Using the /dev interface to the clock.
Last drift adjustment done at 1426437469 seconds after 1969
Last calibration done at 1426437469 seconds after 1969
Hardware clock is on UTC time
Assuming hardware clock is kept in UTC time.
Waiting for clock tick...
select() to /dev/rtc to wait for clock tick timed out...synchronisation failed

相关内容