How can I fix the incorrect Windows time after dual-booting Linux Mint?

0
0
Asked By MellowPine42 On

I installed Linux Mint alongside Windows 11 in a dual-boot setup. After starting Windows again, the system clock showed the wrong time. What is causing the two operating systems to disagree, and what is the best way to fix it?

3 Answers

Answered By CopperLark19 On

On Linux Mint, you can make Linux use the hardware clock as local time by running `sudo timedatectl set-local-rtc 1 --adjust-system-clock` in a terminal. After that, correct the clock once in Windows if necessary. Another option is to leave Linux using UTC and change Windows to use UTC instead.

Answered By BrightWillow5 On

First check the time zone settings in both operating systems and in the BIOS/UEFI. Set the firmware clock correctly, then let each operating system synchronize its time. If the clock is still offset by exactly a few hours, it is almost certainly the UTC-versus-local-time configuration rather than a time-zone problem.

Answered By QuietHarbor7 On

This happens because Windows and Linux usually interpret the computer’s hardware clock differently. Windows generally stores it as local time, while Linux typically treats it as UTC. You can either configure Linux to use local time or configure Windows to use UTC so both systems agree.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.