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 akira
Recipients akira
Date 2014-08-21.23:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408664936.57.0.427329646216.issue22246@psf.upfronthosting.co.za>
In-reply-to
Content
issue12750 makes strftime('%s') portable. For symmetry,
datetime.strptime(s, '%s') could be enabled to return local time as an
aware (to avoid loosing info) datetime object for a given integer
(seconds since the Epoch) timestamp string.

I've uploaded a prototype patch with a draft implementation, docs, and
tests.
History
Date User Action Args
2014-08-21 23:48:57akirasetrecipients: + akira
2014-08-21 23:48:56akirasetmessageid: <1408664936.57.0.427329646216.issue22246@psf.upfronthosting.co.za>
2014-08-21 23:48:56akiralinkissue22246 messages
2014-08-21 23:48:56akiracreate