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 belopolsky
Recipients belopolsky, wiml
Date 2010-07-14.01:42:10
SpamBayes Score 2.4519138e-06
Marked as misclassified No
Message-id <1279071732.46.0.543268872155.issue9256@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, parsing <date> elements ending with 'Z' into aware datetime objects makes perfect sense, but this should be done carefully because doing so will break any code that mixes the result with naive datetimes.

There is a lengthy RFC 3339 discussion in issue 7584.
History
Date User Action Args
2010-07-14 01:42:12belopolskysetrecipients: + belopolsky, wiml
2010-07-14 01:42:12belopolskysetmessageid: <1279071732.46.0.543268872155.issue9256@psf.upfronthosting.co.za>
2010-07-14 01:42:11belopolskylinkissue9256 messages
2010-07-14 01:42:10belopolskycreate