Summary: | MySQL backend stores timestamps without adapting timezone | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Friedrich W. H. Kossebau <kossebau> |
Component: | server | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | REPORTED --- | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | GIT (master) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Friedrich W. H. Kossebau
2022-03-27 16:11:06 UTC
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. |