Ubuntu assumes by default that the system clock is set to UTC. To change this behavior:

Code:
sudo gedit /etc/default/rcS
Find the line UTC=yes
Change it to UTC=no

Save the file.

The next time you reboot to Windows, your time will be correct. (Assuming that the time in Ubuntu was correct when you edited the file)