06-22-2020, 01:18 AM
06-22-2020, 05:25 AM
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
You can make Linux use local time (like windows does) by setting
Then both OS will interpret the hardware clock as local
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:
timedatectlYou can make Linux use local time (like windows does) by setting
Code:
timedatectl set-local-rtc 1 --adjust-system-clockThen both OS will interpret the hardware clock as local
06-22-2020, 01:41 PM
timedetectl not found
![[Image: VmjN9z0.png]](https://i.imgur.com/VmjN9z0.png)
![[Image: VmjN9z0.png]](https://i.imgur.com/VmjN9z0.png)
06-22-2020, 02:08 PM
The actual command is
Your screenshot shows "timedetectl" which the system didn't like.
Code:
timedatectlYour screenshot shows "timedetectl" which the system didn't like.
03-05-2022, 01:07 AM
update i did in terminal and it's working
Code:
timedatectl set-local-rtc 1 --adjust-system-clock