Ford's Garage

Small garage of one Ford in the big internet


Fix time changes on systems with dual boot (Linux+Windows)


Good

In windows say clock is UTC (in admin-console)


reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f

Bad

In Linux say clock is local time


sudo timedatectl set-local-rtc 1 --adjust-system-clock
https://joyreactor.cc/post/5562039#comment27883560