https://bugs.kde.org/show_bug.cgi?id=522037

--- Comment #1 from Michael Kohl <[email protected]> ---
Sorry, submitted too early. Additional information:

Operating System: Aurora 44
KDE Plasma Version: 6.7.0
KDE Frameworks Version: 6.27.0
Qt Version: 6.11.1

The issue seems to arise in formatOffset in applets/digital-clock/main.qml. It
calculates the hour component with Math.abs(Math.floor(offset / 60)) and the
minute component as offset % 60. For -90 minutes, this results in 2 and -30.
The sign should only be used for determining "earlier" or "later", the
calculation should happen on the absolute value.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to