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 vstinner
Recipients dellair.jie, vstinner
Date 2014-01-07.16:00:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389110411.25.0.975255895697.issue20163@psf.upfronthosting.co.za>
In-reply-to
Content
> >>> time.strptime ("Dec", "%b")
> ValueError: unconverted data remains: Dec

Ok, so what is the name of the December month?

>>> import time
>>> time.strftime("%b", time.gmtime(1387036705))
'Dec'
History
Date User Action Args
2014-01-07 16:00:11vstinnersetrecipients: + vstinner, dellair.jie
2014-01-07 16:00:11vstinnersetmessageid: <1389110411.25.0.975255895697.issue20163@psf.upfronthosting.co.za>
2014-01-07 16:00:11vstinnerlinkissue20163 messages
2014-01-07 16:00:11vstinnercreate