[issue22857] strftime should support %f to print milliseconds

R. David Murray report at bugs.python.org
Wed Nov 12 18:57:46 CET 2014


R. David Murray added the comment:

You are talking about time.strftime, I presume.  datetime supports %f.  time.strftime does not, because it wraps the system strftime, and that does not support %f (at least not on my linux system).

----------
nosy: +r.david.murray
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22857>
_______________________________________


More information about the Python-bugs-list mailing list