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

Bharadwaj Raju <bharadwaj.raju...@protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INTENTIONAL
             Status|REPORTED                    |RESOLVED

--- Comment #1 from Bharadwaj Raju <bharadwaj.raju...@protonmail.com> ---
It's not jumping to 16, it's binary-coded decimal
(https://en.wikipedia.org/wiki/Binary-coded_decimal).

It's how most binary clocks operate. Each of hours, minutes, seconds consists
of two columns, representing the tens and ones places.

That means, for example,

(8)   0  0
(4)   0  1
(2)   0  0
(1)   1  0
        T O

Is to be read as (1 * 10) + 4 = 14

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

Reply via email to