less than 1 minute read

enabling time synchronization via systemd the following is needed

  1. check time before $ timedatectl status
  2. enabling ntp $ timedatectl set-ntp true
  3. check systemd $ sudo systemctl status systemd-timesyncd.service
  4. check time after $ timedatectl status