user@fedora:~/Documents$ timedatectl status
Local time: Ср 2024-07-03 02:13:40 +04
Universal time: Вт 2024-07-02 22:13:40 UTC
RTC time: Вт 2024-07-02 22:35:27
Time zone: Europe/Samara (+04, +0400)
System clock synchronized: no
NTP service: active
RTC in local TZ: yes
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'.
Can you please check under Date & Time in Settings if you have the Time Zone manually selected?
Edit:
You posted your own solution
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'.
Yes, date and time are automatic, timezone is not automatic but the right timezone is selected (strange, I was sure I set it to automatic today… Or was it D&T?).
user@fedora:~/Documents$ timedatectl
Local time: Ср 2024-07-03 02:49:09 +04
Universal time: Вт 2024-07-02 22:49:09 UTC
RTC time: Вт 2024-07-02 23:14:10
Time zone: Europe/Samara (+04, +0400)
System clock synchronized: no
NTP service: active
RTC in local TZ: yes
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'.
Is this on a laptop? From the logs it looks like it has troubles keeping time while suspended. You will probably need to change the makestep directive in /etc/chrony.conf to makestep 1.0 -1 to allow chronyd to make step corrections at any time, not just on start.