Page 1 of 1

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

Posted: Wed Apr 16, 2025 8:32 pm
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 7 times

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

Posted: Sat Apr 19, 2025 6:58 pm
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.