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 <[email protected]>
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: <[email protected]>
2012-05-25 08:53:19djclinkissue14908 messages
2012-05-25 08:53:19djccreate