![]() |
how to stop changing time in windows 7 - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=28) +--- Thread: how to stop changing time in windows 7 (/showthread.php?tid=7135) |
how to stop changing time in windows 7 - f23948 - 06-22-2020 please i would like to know how to stop changing time in windows 7? I am using dual boot Re: how to stop changing time in windows 7 - stevef - 06-22-2020 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 Re: how to stop changing time in windows 7 - f23948 - 06-22-2020 timedetectl not found ![]() Re: how to stop changing time in windows 7 - stevef - 06-22-2020 The actual command is Code: timedatectl Your screenshot shows "timedetectl" which the system didn't like. Re: how to stop changing time in windows 7 - f23948 - 03-05-2022 update i did in terminal and it's working Code: timedatectl set-local-rtc 1 --adjust-system-clock |