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

Julian Schraner <juliquad...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |juliquad...@gmail.com
           Severity|normal                      |minor
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #1 from Julian Schraner <juliquad...@gmail.com> ---
Thanks for reporting this bug! The behavior you noticed is funny, but easy to
explain: if we convert the time and date to the corresponding epoch timestamp,
we get something near 4294967296 as a result, which is the maximal number that
can fit in an unsigned C++ integer. So this is obviously not the expected
behavior because Dolphin does not pick up the time correctly, but makes sense
as Dolphin seems to fall back to the maximal possible value (which then leads
to this date in the distant future).

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

Reply via email to