Changes between Initial Version and Version 1 of Ticket #32727


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32727 – Description

    initial v1  
    88This is a valid ISO-8601 datetime string:
    99
    10 ```
    11102012-04-23T10:20:30.400-02
    12 ```
     11
     12
    1313Django's `django.utils.dateparse.parse_datetime` parses this correctly.
    1414
    1515This is also a valid ISO-8601 datetime string:
    16 ```
     16
     17
    17182012-04-23T10:20:30.400  -02
    18 ```
     19
    1920Django's `django.utils.dateparse.parse_datetime` does not parse this correctly and returns `None`,
    2021
Back to Top