Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save michaellearntorock2022/032af7cdf03363784d4474583aeda8a6 to your computer and use it in GitHub Desktop.

Select an option

Save michaellearntorock2022/032af7cdf03363784d4474583aeda8a6 to your computer and use it in GitHub Desktop.
Fix for time zone issue in Windows + Ubuntu Dual boot

See these links

https://askubuntu.com/questions/169376/clock-time-is-off-on-dual-boot

content(in case link goes down)

Easy way

Download attached .reg file, run it and reboot to linux and then back to windows

Hard Way

To fix it, just hit Start and type regedit.exe in the search box. Hit Enter and navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation. Right click anywhere in the right pane and hit New > DWORD (32-bit) Value. Name it RealTimeIsUniversal, then double click on it and give it a value of 1.

Lastly, reboot into linux, then reboot back into Windows.

You should now notice that your clock actually displays the correct time.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment