[issue17139] dateTime.now() return format missing decimal seconds.

STINNER Victor report at bugs.python.org
Tue Feb 5 22:46:07 CET 2013


STINNER Victor added the comment:

> I believe the datetime.now() should always return the same format.

It's now how it was implemented:
http://docs.python.org/dev/library/datetime.html#datetime.datetime.__str__
and
http://docs.python.org/dev/library/datetime.html#datetime.datetime.isoformat

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list