|
|
|
|
|
by estimator7292
300 days ago
|
|
The clock problem is actually a Linux issue. Linux sets the hardware system clock to UTC and only applies time zones when displaying the time. Windows sets the hardware clock to local time. Every time one or the other updates the clock, it's now in the wrong format for the other OS. The fix is to tell Linux to use local time. There are no side effects as far as I can tell |
|