How to use local time in Ubuntu 20.04 and have the same time when rebooting into Windows.

The default installation of Ubuntu uses UTC time instead of local time to maintain the system clock. But this changes the Windows clock to UTC from local time when you reboot and this is very annoying. Run this command to fix this issue. jason@jason-desktop:~$ timedatectl set-local-rtc 1 –adjust-system-clockjason@jason-desktop:~$ timedatectl set-local-rtc 1 –adjust-system-clock This will change … Read more