The easiest way I have found is to change the way windows stores time, basically so it uses UTC for the hardware clock instead of local time. To do this just change this registry entry. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
“RealTimeIsUniversal”=dword:00000001
You could also put this into a .reg file that just needs to be double clicked in windows.
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
“RealTimeIsUniversal”=dword:00000001
Comments are closed