Summary: | Digital Clock shows incorrect time | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Fox <newsletterbox5> |
Component: | Digital Clock widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version: | 5.14.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Fox
2019-03-10 00:41:00 UTC
Okay, that's weird, now UTC is showing incorrect time too. STEPS TO REPRODUCE 1. Set system time to March 9th 2019, 23:09 EST 2. Add UTC and Tokyo timezones to Digital Clock widget 3. Check UTC and JST clocks in Digital Clock widget's tool tip OBSERVED RESULT EST: 23:09:00 UTC: 05:09:00 JST: 14:09:00 EXPECTED RESULT EST: 23:09:00 UTC: 04:09:00 JST: 13:09:00 timedatectl shows UTC time correctly, Digital Clock widget doesn't. There is also this warning about RTC clock. My RTC clock is in local timezone because that's what Windows expects, I dual-boot Windows on this machine from time to time. $ timedatectl Local time: Sat 2019-03-09 23:27:50 EST Universal time: Sun 2019-03-10 04:27:50 UTC RTC time: Sat 2019-03-09 23:27:50 Time zone: America/New_York (EST, -0500) 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'. It's 06:01 EDT now (EST changed to EDT) and all clocks show correct time now. I didn't mention that, but all previous days all 3 clocks were correct, it's only in the last 24 or so hours that they were messed up, my guess is that it's due to the EST -> EDT time change. Right now the clocks are: EST: 06:01:00 UTC: 10:01:00 JST: 19:01:00 ICU is responsible for providing this kind of timezone/DST information; please report to Debian. Alright, thanks. Opened a bug report against Debian's ICU package at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924780 if you are interested in following this issue. |