Changes between Version 1 and Version 2 of Ticket #32727


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32727 – Description

    v1 v2  
    2020Django's `django.utils.dateparse.parse_datetime` does not parse this correctly and returns `None`,
    2121
    22 However, `python-dateutil` parses it correctly.  The difference is that Django uses a very brittle REGEX to parse ISO-8601 datetime strings, and python-dateutil does not.
     22However, `python-dateutil` parses it correctly.  The difference is that Django uses a very (brittle) to parse ISO-8601 datetime strings, and python-dateutil does not.
    2323
    2424I would recommend that Django:
Back to Top