Linux:
timedatectl set-local-rtc 1 --adjust-system-clockWindows:
- Navigate to the following key in the left pane of the registry editor:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation- Right-click the “TimeZoneInformation” key and select New > DWORD (32-bit) Value.
- Name your new value RealTimeIsUniversal.
- Double-click the RealTimeIsUniversal value you just created, set is value data to 1, and click “OK”.
@tomwilde you're welcome. Yeah, that's insane.
What I'm currently doing is to install Windows and Linux on different hard drives, disabling Windows on Linux's grub and booting them using the boot menu from my machine. This way you get rid of all dual boot problems that exist.