[issue5094] datetime lacks concrete tzinfo impl. for UTC

2010-05-25 Thread Rafe Kaplan
Rafe Kaplan added the comment: "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

[issue5094] datetime lacks concrete tzinfo impl. for UTC

2010-05-24 Thread Rafe Kaplan
Rafe Kaplan added the comment: Alexander, about 1, that's a pretty good question. I had originally wanted to do something like that but Brett Cannon at the time thought it was not the right approach. I don't recall the details. Maybe Brett can recall. I think we had that conve

[issue5094] datetime lacks concrete tzinfo impl. for UTC

2009-02-11 Thread Rafe Kaplan
Rafe Kaplan added the comment: I thought I had uploaded this last night, apologies. Added file: http://bugs.python.org/file13029/datetime-utc-doc.patch ___ Python tracker <http://bugs.python.org/issue5

[issue5094] datetime lacks concrete tzinfo impl. for UTC

2009-02-10 Thread Rafe Kaplan
Changes by Rafe Kaplan : -- keywords: +patch Added file: http://bugs.python.org/file13023/datetime-utc.patch ___ Python tracker <http://bugs.python.org/issue5

[issue5094] datetime lacks concrete tzinfo impl. for UTC

2009-02-03 Thread Rafe Kaplan
Rafe Kaplan added the comment: I'm going to attempt to implement this feature. -- nosy: +rafe ___ Python tracker <http://bugs.python.org/issue5094> ___ ___