Linux:
Code: Alles auswählen
timedatectl set-local-rtc 0
timedatectl set-ntp true
systemctl restart systemd-timesyncd.service
root@laptop:~# systemctl status systemd-timesyncd.service
● systemd-timesyncd.service - Network Time Synchronization
Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/systemd-timesyncd.service.d
└─disable-with-time-daemon.conf
Active: active (running) since Fri 2017-12-01 10:56:47 CET; 30s ago
Docs: man:systemd-timesyncd.service(8)
Main PID: 1947 (systemd-timesyn)
Status: "Synchronized to time server 10.65.200.1:123 (gw.borstel.test)."
Tasks: 2 (limit: 4915)
CGroup: /system.slice/systemd-timesyncd.service
└─1947 /lib/systemd/systemd-timesyncd
Dez 01 10:56:47 laptop systemd[1]: Starting Network Time Synchronization...
Dez 01 10:56:47 laptop systemd[1]: Started Network Time Synchronization.
Dez 01 10:56:47 laptop systemd-timesyncd[1947]: Synchronized to time server 10.65.200.1:123 (gw.borstel.test).
root@laptop:~# timedatectl
Local time: Fr 2017-12-01 10:57:50 CET
Universal time: Fr 2017-12-01 09:57:50 UTC
RTC time: Fr 2017-12-01 09:57:50
Time zone: Europe/Berlin (CET, +0100)
Network time on: yes
NTP synchronized: yes
RTC in local TZ: no
root@laptop:~#
Eingabeaufforderung als Administrator öffnen:
Code: Alles auswählen
reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f
In den Uhrzeiteinstellungen mal NTP deaktivieren und wieder aktivieren, dann hat's Windows 10 "gefressen": Lokalzeit in der Oberfläche angekommen.
In "guter Hoffnung", dass die Registry-Änderung künfige "Creators Upgrades" übersteht ...
Edit: Im Linux-Journal gibt es auch nach Booten von Windows keine "Zeitsprünge" mehr.