https://bugs.kde.org/show_bug.cgi?id=442100
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Version| |6.7.5 Fixed/Implemented| | In| | Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/c586746142188d844f3812c1e | |2eb156022295b71 --- Comment #6 from Nate Graham <[email protected]> --- Git commit c586746142188d844f3812c1e2eb156022295b71 by Nate Graham, on behalf of Fernando Xavier de Freitas Crespo. Committed on 11/08/2026 at 14:19. Pushed by ngraham into branch 'master'. 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 M +5 -4 applets/digital-clock/CalendarView.qml https://invent.kde.org/plasma/plasma-workspace/-/commit/c586746142188d844f3812c1e2eb156022295b71 -- You are receiving this mail because: You are watching all bug changes.
