Changes between Version 7 and Version 8 of Ticket #32727
- Timestamp:
- May 7, 2021, 8:37:54 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32727 – Description
v7 v8 22 22 However, `python-dateutil` parses it correctly. The difference is that Django uses a (brittle) regex to parse ISO-8601 datetime strings, and python-dateutil does not. 23 23 24 https://github.com/django/django/blob/main/django/utils/dateparse.py#L22 24 25 https://github.com/dateutil/dateutil/blob/master/dateutil/parser/isoparser.py 25 26