You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where a datetime has miliseconds but no 'Z' at the end the date conversion is failing because there isn't a pattern to match this.
In the Camden brownfield land endpoint datetime values are given like this example "2017-12-22T00:00:00.000", but the pipeline is returning an "invalid date" issue for these.
Where a datetime has miliseconds but no 'Z' at the end the date conversion is failing because there isn't a pattern to match this.
In the Camden brownfield land endpoint datetime values are given like this example "2017-12-22T00:00:00.000", but the pipeline is returning an "invalid date" issue for these.
It looks a new pattern should be added to the list used in
date.py
: https://github.com/digital-land/digital-land-python/blob/main/digital_land/datatype/date.py#L13as an example:
The text was updated successfully, but these errors were encountered: