[Akonadi] [Bug 451963] MySQL backend stores timestamps without adapting timezone

Friedrich W. H. Kossebau bugzilla_noreply at kde.org
Sun Mar 27 17:26:37 BST 2022


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

--- Comment #1 from Friedrich W. H. Kossebau <kossebau at kde.org> ---
For comparison, the postgresql backend seems to not have that issue:

For one a comment on #opensuse-kde was: "Eh, using postgresql here, was awake
and at my laptop . No issues seen at all. "

And looking at the sources of the Qt postgresql driver:
https://code.qt.io/cgit/qt/qtbase.git/tree/src/plugins/sqldrivers/psql/qsql_psql.cpp?h=5.15#n1477
The value is explicitly stored converted relative to UTC. So only the timezone
info is lost on a round-trip., but the absolute time stays correct.

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


More information about the Kdepim-bugs mailing list