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

Nate Graham <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
            Version|                            |6.7.3
  Fixed/Implemented|                            |
                 In|                            |
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/plasma-workspace/-/commi
                   |                            |t/c011421f837b47db928b5ef28
                   |                            |0782b4acd7c9a98

--- Comment #4 from Nate Graham <[email protected]> ---
Git commit c011421f837b47db928b5ef280782b4acd7c9a98 by Nate Graham, on behalf
of Michael Kohl.
Committed on 01/07/2026 at 16:01.
Pushed by ngraham into branch 'master'.

applets/digital-clock: fix timezone offset

`formatOffset()` used a floored signed offset to calculate hours,
but used a signed modulo to calculate minutes. This produced
invalid output for negative offsets with a minute component, such
as "2:-30 earlier" for a -90 minute offset.

Calculate both components from the absolute offset while retaining
the original sign to choose between "earlier" and "later".
FIXED-IN: 6.7.3

M  +3    -2    applets/digital-clock/main.qml

https://invent.kde.org/plasma/plasma-workspace/-/commit/c011421f837b47db928b5ef280782b4acd7c9a98

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

Reply via email to