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 djc
Recipients djc
Date 2012-05-25.08:53:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337936000.24.0.545813704843.issue14908@psf.upfronthosting.co.za>
In-reply-to
Content
There's datetime.fromtimestamp() and datetime.timetuple(), but no datetime.timestamp(). It should be possible to round-trip a UNIX timestamp through a datetime.datetime.
History
Date User Action Args
2012-05-25 08:53:20djcsetrecipients: + djc
2012-05-25 08:53:20djcsetmessageid: <1337936000.24.0.545813704843.issue14908@psf.upfronthosting.co.za>
2012-05-25 08:53:19djclinkissue14908 messages
2012-05-25 08:53:19djccreate