Linux Lite A.I. Services are now live! https://www.linuxliteos.com/shop.html


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to stop changing time in windows 7
#2
Windows assumes the hardware clock on the computer is local time and uses it directly.
Linux assumes the hardware clock is UTC and applies an offset to get local time.

Check what linux is doing by opening a terminal and typing

Code:
timedatectl

You can make Linux use local time (like windows does) by setting

Code:
timedatectl set-local-rtc 1 --adjust-system-clock

Then both OS will interpret the hardware clock as local


stevef
clueless
Reply


Messages In This Thread
Re: how to stop changing time in windows 7 - by stevef - 06-22-2020, 05:25 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)