[issue23332] datetime.isoformat() -> explicitly mark UTC string as such

Mirko Vogt report at bugs.python.org
Tue Jan 27 19:52:56 CET 2015


Mirko Vogt added the comment:

from datetime import *
In [4]: datetime.utcnow().isoformat()
Out[4]: '2015-01-27T18:51:18.332566'

When using utcnow() e.g. I would expect the result definitely being marked as UTC.

----------
type: enhancement -> behavior

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


More information about the Python-bugs-list mailing list