Changes between Version 7 and Version 8 of Ticket #32727


Ignore:
Timestamp:
May 7, 2021, 8:37:54 PM (3 years ago)
Author:
Ben Wilber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32727 – Description

    v7 v8  
    2222However, `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.
    2323
     24https://github.com/django/django/blob/main/django/utils/dateparse.py#L22
    2425https://github.com/dateutil/dateutil/blob/master/dateutil/parser/isoparser.py
    2526
Back to Top