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, mirkovogt, r.david.murray
Date 2015-01-27.19:09:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422385784.4.0.283508934565.issue23332@psf.upfronthosting.co.za>
In-reply-to
Content
What is your specific proposal?

As I explained, we cannot assume that naive timezone instances are in UTC because while sometimes they are (as in datetime.utcnow()), more often they are not (as in datetime.now()).  So changing dt.isoformat() when dt is naive is wrong.

Another alternative would be to return aware instances from utcnow(), but that would break a lot of code.
History
Date User Action Args
2015-01-27 19:09:44belopolskysetrecipients: + belopolsky, r.david.murray, mirkovogt
2015-01-27 19:09:44belopolskysetmessageid: <1422385784.4.0.283508934565.issue23332@psf.upfronthosting.co.za>
2015-01-27 19:09:44belopolskylinkissue23332 messages
2015-01-27 19:09:44belopolskycreate