Ubuntu Sync Internet Time
less than a minute
Check NTP installed by following command
$timedatectl status
Output
Local time: Thu 2017-01-26 15:14:55 UTC
Universal time: Thu 2017-01-26 15:14:55 UTC
Timezone: Etc/UTC (UTC, +0000)
NTP enabled: yes
NTP synchronized: no
RTC in local TZ: no
DST active: n/a
If NTP synchronized ’no’ then install NTP using the following command
sudo apt install ntp
Start/Restart NTP
sudo service ntp restart