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

temporarily allowing guest/anonymous/no account posts! :D
Post Reply
User avatar
tangent
Site Admin
Posts: 23
Joined: Mon Apr 07, 2025 1:52 am

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

Post by tangent »

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 10 times
User avatar
tangent
Site Admin
Posts: 23
Joined: Mon Apr 07, 2025 1:52 am

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

Post by tangent »

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.
Post Reply