If you dual booting between Mac / Linux and Windons, you’re noticed that your time always fucked up. To fix that, you should set Windows OS to treat BIOS time as UTC. And here is how to do that:
- Open Notepad
- Paste this:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] "RealTimeIsUniversal"=dword:00000001
- Save as any name, but extension should be `reg`, e.g. `utc-time.reg`
- Run it
- Reboot
- Profit!
xD