Resolve Windows and Ubuntu Time Zone

Windows and ubuntu always have time zone confict due to UTC mismatch, here is a solution in ubuntu:

sudo apt-get install ntpdate
sudo ntpdate time.windows.com
sudo hwclock --localtime --systohc

reboot, then you will get the problem fixed.

Written on September 5, 2017