SIGN IN SIGN UP

gh-115225: Raise error on unsupported ISO 8601 time strings (#119339)

Some time strings that contain fractional hours or minutes are permitted
by ISO 8601, but such strings are very unlikely to be intentional. The
current parser does not parse such strings correctly or raise an error.
This change raises a ValueError when hours or minutes contain a decimal mark.

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
B
benchatt committed
14e3c7071bd1add30d4b69b62e011c7d38aebd9b
Parent: 10eac02
Committed by GitHub <noreply@github.com> on 6/5/2024, 5:35:40 PM