This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erlendaasland
Recipients Rayologist, erlendaasland
Date 2022-02-08.10:54:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644317665.3.0.667883627707.issue46662@roundup.psfhosted.org>
In-reply-to
Content
The sqlite3 timestamp converter is buggy, as already noted in the docs[^1]. Adding timezone support is out of the question[^2][^3][^4][^5], but fixing it to be able to discard any attached timezone info _may_ be ok; at first sight, I don't see how this could break existing applications (like, for example adding time zone support could do). I need to think it through. In the meanwhile, I suggest taking a look at the linked issues.


[^1]: https://docs.python.org/3/library/sqlite3.html#default-adapters-and-converters
[^2]: bpo-19065
[^3]: bpo-26651
[^4]: bpo-45858
[^5]: https://discuss.python.org/t/fixing-sqlite-timestamp-converter-to-handle-utc-offsets/10985
History
Date User Action Args
2022-02-08 10:54:25erlendaaslandsetrecipients: + erlendaasland, Rayologist
2022-02-08 10:54:25erlendaaslandsetmessageid: <1644317665.3.0.667883627707.issue46662@roundup.psfhosted.org>
2022-02-08 10:54:25erlendaaslandlinkissue46662 messages
2022-02-08 10:54:25erlendaaslandcreate