Hacker News new | ask | show | jobs
by randoantimine 2184 days ago
> I still have this weird issue where whenever I boot Linux and then boot back to Windows, my system clock (in Windows) is off by 6 hours; I gave up trying to fix it because it wasn't worth the effort.

I fixed this in pretty quickly after install. The reason for the issue is that your Linux machine uses UTC to store time on the hardware clock whereas Windows uses the local timezone. The solution is to either let windows use UTC or Linux use local time.

In my case I went with Windows on UTC based on this link: https://wiki.archlinux.org/index.php/System_time#UTC_in_Wind...

Hope that helps