Message 106484 - Python tracker
Message106484
| 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:49 | rafe | set | recipients: + rafe, doerwalter, brett.cannon, belopolsky, ggenellina, pitrou, vstinner, ajaksu2, kawai, eric.araujo |
| 2010-05-25 21:58:49 | rafe | set | messageid: <1274824729.54.0.0866350092875.issue5094@psf.upfronthosting.co.za> |
| 2010-05-25 21:58:47 | rafe | link | issue5094 messages |
| 2010-05-25 21:58:47 | rafe | create | |