so i got windows 10 pro and ubuntu 20.04.2 lts on my dell latitude e5450. When i boot to ubuntu, then restart to windows 10, the time is wrong. It changes the bios time to +4 hours from now (UTC).
Asked
Active
Viewed 244 times
1 Answers
0
You just need to configure Windows so the hardware clock is UTC.

Nimmam
- 3

Bernt Ribbum
- 846
-
-
Better to use UTC. Then you don't need to bother with daylight time changes, and Linux always uses that. Should be easy to convince Win to do the same. – Bernt Ribbum Mar 20 '21 at 21:36
-
-
If hw time is UTC, the OS knows if there is daylight saving given your location and time of year. No changes need to be made at any time. – Bernt Ribbum Mar 20 '21 at 22:02
-
-
??? You have no Admin rights on your own machine? This is a Win fault that must be corrected on that system. – Bernt Ribbum Mar 26 '21 at 18:22
-
-
In that case, @Nimmam, ask him to give you admin rights. This must be fixed in windows. Best of luck :) – Bernt Ribbum Apr 05 '21 at 18:37
-
2fixed - changed time zone for ubuntu and ubuntu time Password is only on Windows, and i set my own password on Ubuntu. – Nimmam Nov 17 '21 at 22:48
Windows Registry Editor Version 5.00
– C.S.Cameron Nov 18 '21 at 17:25[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation]
"RealTimeIsUniversal"=dword:00000001
Modify Registry at your own risk.