That only writes the system clock once, in local time. The first command displays the hardware clock in UTC. You need to combine the arguments to get it to write the UTC timesudo hwclock -u -wIIRC, I set the actual time using XFCE UI, then ran
sudo hwclock -u
sudo hwclock -wto set the hwclock to UTC, then set it to the system time.
cheers stan this worked, system time now correct after restart; still odd that hwclock needs to be utc time i.e. 1 hour behind?That only writes the system clock once, in local time. The first command displays the hardware clock in UTC. You need to combine the arguments to get it to write the UTC timeIIRC, I set the actual time using XFCE UI, then ran
sudo hwclock -u
sudo hwclock -w
to set the hwclock to UTC, then set it to the system time.
sudo hwclock -u -w
That's probably why Peelie didn't notice a difference when he switched them: there was none