this post was submitted on 01 Dec 2025
47 points (100.0% liked)
Linux
13064 readers
442 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
a warning shows up: 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'.
The warning disappears when I ran "timedatectl set-local-rtc 0", will that fix the issue?
Yes it'll fix the issue. That tells the system that your hardware clock should be in UTC. The time in your hardware clock will then be corrected from the internet as long as your time zone is correct.
I'm not an expert but I had a similar problem, except it was visible after each time I was rebooting to windows. Linux by default interprets the hardware clock as UTC, whereas windows interprets as local time. The warning you see is when your linux distro is instead configured to behave like windows does (local time).
In your case, it doesn't seem as obvious what is the culprit (no windows to write the local time to the RTC) but perhaps the distro's update changed that parameter somehow ?
Setting the flag to 0 shouldn't cause more trouble than what you've already seen I think... So that's worth trying out for a few days ;)