Skip to main content

System Time Problem on Windows and Linux Dual Bootable Systems

 When two operating systems are installed into the same disk, a problem may be encountered about time. Boot a Linux Distro and see what time is it and boot into Windows and see is the time correct or not? Windows is set to use local time, Linux Distro's are set to use UTC. So this problem can be solved in Windows to set UTC. 

Go to command prompt, open it with administrative privilages and use the command below:

reg add "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation" /v RealTimeIsUniversal /d 1 /t REG_DWORD /f



Comments