I installed a Win-Ubuntu dual system long time ago, but rencently I entered my Ubuntu system, and the system time was wrong when I back to win. The following is resolution:
Log in the Ubuntu system, and run
sudo apt-get install ntpdate
sudo ntpdate time.windows.com
sudo hwclock --localtime --systohc
done