[Reminder Daemon] [Bug 453805] Text of event reminders does not use local timezone

Thomas Fischer bugzilla_noreply at kde.org
Thu Sep 15 19:15:32 BST 2022


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

Thomas Fischer <fischer at unix-ag.uni-kl.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fischer at unix-ag.uni-kl.de

--- Comment #2 from Thomas Fischer <fischer at unix-ag.uni-kl.de> ---
(In reply to David E. Narvaez from comment #1)
> Forget about the timezone: it does not even say what day the event is.

I have not tested it myself yet, but it looks like commit 2b832b9d08e4eaca0825
added the date if the event is on another day.
https://invent.kde.org/pim/akonadi-calendar/-/commit/2b832b9d08e4eaca08258e4f372e92a18fed035e

The missing time zone information is not fixed, as the time is formatted as
"QLocale::NarrowFormat" which is supposed to format a time in the shortest
possible way, basically guaranteeing that no time zone will be shown.
https://doc.qt.io/qt-5/qlocale.html#FormatType-enum

Maybe the code can be refactored to format time differently (longer) if the
event's time zone differs from the current time zone?

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


More information about the Kdepim-bugs mailing list