My Ubuntu 14.04 system is out of sync when I compare date
and hwclock
.
Hwclock is simply 3 hours behind the system clock. As I live in GMT+3 time zone. Sample output:
$ date
Sat Nov 26 13:18:40 +03 2016
$ sudo hwclock
Sat 26 Nov 2016 10:18:46 AM +03 -0.317417 seconds
So far solutions I tried:
hwclock --systohc
hwclock -w --localtime
None of these working, I mean it works until reboot. I also tried setting hwclock manually. Every time, I reboot my computer hwclock is 3 hours behind my sysclock. Is there a service manipulating time?
Other references I checked before I asking this question
/etc/default/rcS
and the output ofsudo hwclock --debug
– user.dz Nov 26 '16 at 11:17timedatectl
? – Terrance Nov 27 '16 at 02:50