Message76003
Any thoughts to time zone/DST handling for naive datetime objects? E.g.
suppose the datetime object was created by .utcnow or .utcfromtimestamp.
For aware datetime objects, I think the time.mktime(dt.timetuple())
approach doesn't work; the tz info is lost in the conversion to time tuple. |
|
| Date |
User |
Action |
Args |
| 2008-11-18 09:05:30 | andersjm | set | recipients:
+ andersjm, tebeka, davidfraser, belopolsky, vstinner, werneck, hodgestar, Neil Muller |
| 2008-11-18 09:05:30 | andersjm | set | messageid: <[email protected]> |
| 2008-11-18 09:05:29 | andersjm | link | issue2736 messages |
| 2008-11-18 09:05:28 | andersjm | create | |
|