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 belopolsky
Recipients Daniel.O'Connor, akira, belopolsky, bignose, mumino, r.david.murray, santoso.wijaya, tim.peters, vstinner
Date 2014-06-24.00:26:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403569617.81.0.291077404029.issue12750@psf.upfronthosting.co.za>
In-reply-to
Content
> It is not clear what the returned value for %s strptime should be:

I would start conservatively and require %z to be used with %s.  In this case, we can easily produce aware datetime objects.

I suspect that in the absence of %z, the most useful option would be to return naive datetime in the local timezone, but that can be added later.
History
Date User Action Args
2014-06-24 00:26:58belopolskysetrecipients: + belopolsky, tim.peters, vstinner, r.david.murray, santoso.wijaya, akira, bignose, Daniel.O'Connor, mumino
2014-06-24 00:26:57belopolskysetmessageid: <1403569617.81.0.291077404029.issue12750@psf.upfronthosting.co.za>
2014-06-24 00:26:57belopolskylinkissue12750 messages
2014-06-24 00:26:57belopolskycreate