Small garage of one Ford in the big internet
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
In Linux say clock is local time
sudo timedatectl set-local-rtc 1 --adjust-system-clock