Google stellt einen öffentlichen NTP Server unter time.google.com bereit. Öffne die Datei "/etc/systemd/timesyncd.conf" und konfiguriere den Zeitdienst, damit dein System sich mit Google synchronisieren kann.
[Time]
NTP=time.google.com
#FallbackNTP=ntp.ubuntu.com
#RootDistanceMaxSec=5
#PollIntervalMinSec=32
#PollIntervalMaxSec=2048
Danach stellt du dein System auf NTP um.
timedatectl set-ntp 1
Überprüfe die Synchronisation mit dem Befehl.
systemctl status systemd-timesyncd