[issue31800] datetime.strptime: Support for parsing offsets with a colon

Mario Corchero report at bugs.python.org
Thu Oct 19 18:15:10 EDT 2017


Mario Corchero <mariocj89 at gmail.com> added the comment:

As a note

Seems support for the ":" was added in 2015 for glibc:
http://code.metager.de/source/xref/gnu/glibc/time/strptime_l.c#765

Commit e952e1df

Before that, it basically just ignores the minutes.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31800>
_______________________________________


More information about the Python-bugs-list mailing list