https://bugs.kde.org/show_bug.cgi?id=442100
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi |t/c586746142188d844f3812c1e |t/b2a83fe7b3c8fecd056a521f9 |2eb156022295b71 |98b48ff8ac9f17c --- Comment #7 from Nate Graham <[email protected]> --- Git commit b2a83fe7b3c8fecd056a521f998b48ff8ac9f17c by Nate Graham. Committed on 11/08/2026 at 14:36. Pushed by ngraham into branch 'Plasma/6.7'. applets/digital-clock: Compare agenda dates across time zones `DaysModel::agendaUpdated` passes a `QDate`, which is exposed to QML as midnight UTC. `MonthView`'s current date is constructed in the local time zone. Comparing the local components of both dates therefore sees the previous day in time zones west of UTC and ignores the agenda update. To fix this, compare the UTC components of the signal date with the local components of the selected date so events appear when the calendar is first opened. FIXED-IN: 6.7.5 (cherry picked from commit c586746142188d844f3812c1e2eb156022295b71) 64878e66 applets/digital-clock: Compare agenda dates across time zones Co-authored-by: Fernando Xavier de Freitas Crespo <[email protected]> M +5 -4 applets/digital-clock/CalendarView.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/b2a83fe7b3c8fecd056a521f998b48ff8ac9f17c -- You are receiving this mail because: You are watching all bug changes.
