long time no post.
I have come across an interesting fix for an annoying problem.
Issue:
If you dual boot Linux and Windows, every time you go into Windows after Linux, the time is wrong.
This is due to Linux using GMT while Windows trying to get the local time.
Fix: create the following DWORD value under
HKLM\SYSTEM\CurrentControlSet\Control\TimeZoneInformation
RealTimeIsUniversal
and set it to 1
Reboot and problem solved.
Source:
Reboot and problem solved.
Source:
http://lifehacker.com/5742148/fix-windows-clock-issues-when-dual-booting-with-os-x
Hopefully this helps someone.
Hopefully this helps someone.