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