System clock running six hours fast

quixotic47

Distinguished
Oct 18, 2009
19
0
18,510
Everything on my system is running like I like it to with the exception of the system clock in windows 7. It got this way when I installed Ubuntu 11.04 on a separate SSD that has to be chosen in BIOS. The Ubuntu clock is correct but every time I switch from Windows to Ubuntu and back again the clock in Windows is exactly six hours fast. I have re-set the clock to the correct time but this happens every time. I know this is not a great problem but I am curious as to why this happens. Any insights? Thanks ...Quixotic47
 
Solution
heh, knew you were running dualboot with linux just from looking at the title ;)


Its an incompatibility between localtime and UTC. Windows uses local by default and ubuntu uses UTC. You must set ubuntu to use localtime instead.

In ubuntu modify the file with your favorite text editor: "/etc/default/rcS"
add or change the following:
Code:
UTC=no

More information here: https://help.ubuntu.com/community/UbuntuTime (scroll down to part about multiboot config)
heh, knew you were running dualboot with linux just from looking at the title ;)


Its an incompatibility between localtime and UTC. Windows uses local by default and ubuntu uses UTC. You must set ubuntu to use localtime instead.

In ubuntu modify the file with your favorite text editor: "/etc/default/rcS"
add or change the following:
Code:
UTC=no

More information here: https://help.ubuntu.com/community/UbuntuTime (scroll down to part about multiboot config)
 
Solution