Time Synchronization
How To Set Up Time Synchronization on Ubuntu Server 20.04
Search for your timezone
timedatectl list-timezonesSet your timezone
sudo timedatectl set-timezone America/TorontoEnable
timesyncd
sudo timedatectl set-ntp onWith this, time should be set and synchronized.
After this, run timedatectl to confirm the network time status. It may take a minute for the sync to happen, but eventually System clock synchronized: will read yes and NTP service: will show as active.
Last updated