hjoukl

Results 11 comments of hjoukl

From what I can gather the standard(s) allow for seconds or even fractions of seconds these days (https://en.wikipedia.org/wiki/ISO_8601#Other_time_offset_specifications). CPython's `datetime.datetime.fromisoformat` accepts seconds, neither `dateutil.parser.isoparse` nor `dateutil.parser.parse` do (see also #1081).