STINNER Victor added the comment:
> >>> 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'
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue20163>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com