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 serhiy.storchaka
Recipients belopolsky, bozo.kopic, ghaering, lemburg, serhiy.storchaka, xiang.zhang
Date 2017-01-12.06:06:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484201182.7.0.786093794687.issue29099@psf.upfronthosting.co.za>
In-reply-to
Content
I think the timestamptz converter should either interpret strings without timezone as UTC (and perhaps understand the "Z" suffix as sqlite3 date() function) or raises an error. It should never return naive datetime.

The timestamp converter needs better error reporting when get an input with a timezone.
History
Date User Action Args
2017-01-12 06:06:22serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, ghaering, belopolsky, xiang.zhang, bozo.kopic
2017-01-12 06:06:22serhiy.storchakasetmessageid: <1484201182.7.0.786093794687.issue29099@psf.upfronthosting.co.za>
2017-01-12 06:06:22serhiy.storchakalinkissue29099 messages
2017-01-12 06:06:22serhiy.storchakacreate