[kimap] [Bug 352223] Sent mails are not syncronized to the server

Daniel Eklöf daniel at ekloef.se
Sat Sep 5 13:47:58 BST 2015


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

--- Comment #4 from Daniel Eklöf <daniel at ekloef.se> ---
>From that commit, one can see that the KDateDate format string was using "%:b"
wich, from the documentation, is the abbreviated month _in english_.

 
http://api.kde.org/4.9-api/kdelibs-apidocs/kdecore/html/classKDateTime.html#a506bae364393fdb665926532917e9bc2

The QDateTime format string just uses "MMM", which also means the abbreviated
name of the month, but in the current locale. That doesn't seem right.

Furthermore, it uses "hh" for the hours, which can be either 00-23, or 01-12 if
locale uses AM/PM. It should probably use "HH" instead.

  http://doc.qt.io/qt-5/qdatetime.html#toString

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Kdepim-bugs mailing list