解决方法:(修改Windows注册表)
将Windows的缺省对待CMOS的方式改成UTC,也就是和MacOSX一致
修改Windows的注册表,定位到
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation\
复制代码
添加一个名为"RealTimeIsUniversal"的DWORD项,把值设为1。
这样你在Windows和Mac OSX下将本地时区都设到北京时间,不论是Windows还是MacOSX同步过时间后,都不会影响到另一边。
觉得看不懂或者觉得麻烦?将以下代码复制到记事本,另存为“时间同步.reg”
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001