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

Martin Panter report at bugs.python.org
Tue Oct 17 00:12:30 EDT 2017


Martin Panter <vadmium+py at gmail.com> added the comment:

FWIW it looks like “strptime” in glibc, and Open and Free BSD support parsing this and even more formats (RFC 822 and RFC 3339; includes “Z”, U.S. time zones, ±HH). Also, there is Issue 24954 for adding “%:z” like Gnu “date”.

----------
nosy: +martin.panter

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


More information about the Python-bugs-list mailing list