Linux Ubuntu 20.04 NTP & TimeZone

  1. Set TimeZone:
    sudo timedatectl set-timezone Europe/Stockholm
  2. Set NTP. Edit timesyncd.conf:
    nano /etc/systemd/timesyncd.conf
  3. Add NTP-server(s):
    NTP=ntp.se
  4. Close and Save, Ctrl+X, Y, Enter.
  5. Restart service, check status:
    sudo systemctl restart systemd-timesyncd
    sudo systemctl status systemd-timesyncd