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

mirabilos report at bugs.python.org
Wed Jan 28 12:36:06 CET 2015


mirabilos added the comment:

There’s another minor bug here: UTC should append “Z”, not “+00:00”, which other timezones at that offset can do.

Agreed about no timezone being “floating” time in many instances, e.g. the iCalendar format uses that.

----------
nosy: +mirabilos

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


More information about the Python-bugs-list mailing list