Windows Ubuntu Dual Boot Issues
Windows Linux timestamp difference issue
Let Linux to use local time
timedatectl set-local-rtc 1 --adjust-system-clock
now, to check if the change is effective, run
timedatectl

To undo this change:
timedatectl set-local-rtc 0 --adjust-system-clock
Last updated
Was this helpful?