https://bugs.kde.org/show_bug.cgi?id=517692
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/d4f16afff4dae14d696f00ffe |t/664e258c4f1be4c6a2c72c34c |056a6270f7eb7c8 |aba6f1c77d91488 --- Comment #3 from Nate Graham <[email protected]> --- Git commit 664e258c4f1be4c6a2c72c34caba6f1c77d91488 by Nate Graham. Committed on 27/03/2026 at 16:20. Pushed by ngraham into branch 'Plasma/6.6'. applets/digital-clock: Fix clipboard menu QDateTime objects cannot be easily converted to/from JS date objects. JS date objects are always relative to the system clock. In the port to libclock things the behaviour of the passed around datetime changed in order to make the JS handling considerably easier and less hacky, unfortunately it broke the menu which made alternative assumptions. We don't need to pass a date object about, we just need to pass the timezone and can then just query the current time. As a bonus this also allows us to have the value for seconds available regardless of the Plasmoid setting. FIXED-IN: 6.6.4 (cherry picked from commit d4f16afff4dae14d696f00ffe056a6270f7eb7c8) a028c788 applets/digital-clock: Fix cipboard menu Co-authored-by: David Edmundson <[email protected]> M +1 -1 applets/digital-clock/DigitalClock.qml M +19 -18 applets/digital-clock/plugin/clipboardmenu.cpp M +6 -5 applets/digital-clock/plugin/clipboardmenu.h https://invent.kde.org/plasma/plasma-workspace/-/commit/664e258c4f1be4c6a2c72c34caba6f1c77d91488 -- You are receiving this mail because: You are watching all bug changes.
