ancatfi
Results
1
comments of
ancatfi
The problem is that yaml.load() converts strings like "2000-12-12" to datetime.date but "2000-12-12T12:12:12" to datetime.datetime. And date and datetime can't be compared directly. Initial fix attached: [date2datetime.patch.txt](https://github.com/geopython/pygeoapi/files/3977398/date2datetime.patch.txt)