I am transitioning to Kubuntu on my work Windows lap top, a stealth install trying to stay under the radar somewhat for a while, all the time getting my work done. (On Windows I'm using cygwin most of the time anyway, which is a kind of dual-personality situation throwing up nuisance inconsistencies all the time.)
I wasn't surprised when I realized Windows had the clock wrong when rebooting from Linux, as I'd encountered it before. But after searching for the fix, I found recommendations not to mess with Windows and make Linux use local time on the RTC. However, applying the systemd fix
I get the scary warning:
And google finds conflicting advice. Does anyone here on KFN have an interesting opinion?
I wasn't surprised when I realized Windows had the clock wrong when rebooting from Linux, as I'd encountered it before. But after searching for the fix, I found recommendations not to mess with Windows and make Linux use local time on the RTC. However, applying the systemd fix
Code:
timedatectl set-local-rtc 1 --adjust-system-clock
Code:
Warning: The system is configured to read the RTC time in the local time zone. This mode cannot be fully supported. It will create various problems with time zone changes and daylight saving time adjustments. The RTC time is never updated, it relies on external facilities to maintain it. If at all possible, use RTC in UTC by calling 'timedatectl set-local-rtc 0'.
And google finds conflicting advice. Does anyone here on KFN have an interesting opinion?
Comment