Make time/clock compatible between Windows/Linux (multi-boot)

Post a reply

Confirmation code
Enter the code exactly as it appears. All letters are case insensitive.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Make time/clock compatible between Windows/Linux (multi-boot)

Re: Make time/clock compatible between Windows/Linux (multi-boot)

by tangent » Sat Apr 19, 2025 6:58 pm

Sometimes Windows will have the wrong time after this is done, or for other reasons.
  1. Open Command Prompt as admin.
  2. Run

    Code: Select all

    w32tm /resync
  3. Sometimes this says it failed even when it succeeds.

Make time/clock compatible between Windows/Linux (multi-boot)

by tangent » Wed Apr 16, 2025 8:32 pm

Windows by default wants your hardware clock to be in local time, while sensible operating systems expect everything to be in UTC so that systems are consistent no matter where they are.

Fortunately, Windows can be modified so that you don't have to reset the system time every time you switch between Windows and Linux:

Real Time Clock is in UTC.reg
(340 Bytes) Downloaded 8 times

Top