Automatically update date/time

From Andreida

Debian can automatically update its date/time:

  • check the currente date/time
date
  • install the service
apt-get install systemd-timesyncd
  • enable it
timedatectl set-ntp true
  • check the currente date/time
date