Set TimeZone:
sudo timedatectl set-timezone Europe/Stockholm
Set NTP pool to be usesd. Edit /etc/chrony.conf.
Look for and change the line “pool…” to “pool ntp.se iburst”.
sudo nano /etc/chrony.conf
pool ntp.se iburst
Control+O
Enter
Control+X
Restart chrony service and check it’s status:
sudo systemctl restart chronyd
sudo systemctl status chronyd