[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-31800: Support for colon when parsing time offsets by mariocj89 · Pull Request #4015 · python/cpython

the-knights-who-say-ni

This change adds support to _strptime to parse time offsets with a colon
between the hour and the minutes. This unblocks the parsing of datetime
string representation generated via isoformat together with all string
that have the colon in its offset (which is quite common and part of the
ISO8606)

Merged