Wrong time

Mabye this is just my setup but my time is about 12 minutes behind. So when it should say 10:37 it shows 10:24. I’ve tried rebooting and nothing changes.

Is your system time correct?

For the time_date and the worldclock sensor is the system time relevant.

Try to update your system time

$ sudo chronyd -q 'server 0.fedora.pool.ntp.org iburst'

or

$ sudo ntpdate -b pool.ntp.org

1 Like

I had to update my ntp.config file to show correct NTP servres closer to me.

I found the below instructions and it seemed to work.

Go to http://support.ntp.org/bin/view/Servers/NTPPoolServers
Select your region, then your country and a list of servers will be display.
Edit your /etc/ntp.conf file e.g.

sudo vim /etc/ntp.conf
Replace the list of servers with the one you found in the webpage. e.g.

server 0.dk.pool.ntp.org iburst
server 1.dk.pool.ntp.org iburst
server 2.dk.pool.ntp.org iburst
server 3.dk.pool.ntp.org iburst
Save and exit.
Restart the ntp deamon.
sudo /etc/init.d/ntp restart
check that the date is correct.