[akregator] [Bug 256034] Feed content is displayed with date 07.02.2106 07:28

Daniel bugzilla_noreply at kde.org
Sat Feb 10 23:41:54 GMT 2018


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

--- Comment #26 from Daniel <code at daniel.priv.no> ---
The problem here may be that QDateTime can return -1 for invalid dates. Cast to
a 32-bit unsigned int, -1 is 4294967295, and interpreted as a timestamp that's
exactly 2106-02-07 07:28. The code doesn’t handle this case, as far as I can
tell.

Notably, I’ve had this happen with completely valid feeds with correct time
zone and ISO time strings. I’m not sure what the root cause is. The same feeds
will work if I delete all Akregator settings and import it anew.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list