Comment 2 for bug 1377258

Revision history for this message
Cavsfan (cavsfan) wrote : Re: Utopic time is off by 4 hours after boot

As a temporary workaround:
    gksudo gedit /etc/cron.daily/ntpdate
Add this and save it:

#!/bin/sh
ntpdate ntp.ubuntu.com

Then sudo chmod 755 /etc/cron.daily/ntpdate to make it executable.

I found that on this page:
https://help.ubuntu.com/community/UbuntuTime

When it boots up the time is four hours behind but after a few minutes it corrects itself.