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 rafe
Recipients ajaksu2, belopolsky, brett.cannon, doerwalter, eric.araujo, ggenellina, kawai, pitrou, rafe, vstinner
Date 2010-05-25.21:58:47
SpamBayes Score 0.00396204
Marked as misclassified No
Message-id <1274824729.54.0.0866350092875.issue5094@psf.upfronthosting.co.za>
In-reply-to
Content
"Note that I am not suggesting passing anything to utcnow().  I would
either leave it unchanged or make it always return aware datetime
instances."

FYI, all other issues aside, having utcnow() (with no parameters) return a tzaware instance will introduce backward compatibility problems.  As it is, users are not expecting utcnow to return a date-time with any tzinfo.
History
Date User Action Args
2010-05-25 21:58:49rafesetrecipients: + rafe, doerwalter, brett.cannon, belopolsky, ggenellina, pitrou, vstinner, ajaksu2, kawai, eric.araujo
2010-05-25 21:58:49rafesetmessageid: <1274824729.54.0.0866350092875.issue5094@psf.upfronthosting.co.za>
2010-05-25 21:58:47rafelinkissue5094 messages
2010-05-25 21:58:47rafecreate