Closed schlunma closed 1 month ago
Something like 19900101T12H00M00S does not look like a valid datetime. It should probably be 19900101T120000. I think the H(our), M(inute), and S(econds) strings are only intended for use in periods not timestamps. See https://en.wikipedia.org/wiki/ISO_8601
Maybe the new release of https://pypi.org/project/isodate/ got more strict on this?
yeh it's 0.7.0 new release, but beats me if I can find any release notes
previous 0.6.1 is from 2021! Holy cow :cow: https://github.com/gweis/isodate/tags
at any rate here is the bit that's not recognizing the format, and rightly so, if you look at https://github.com/gweis/isodate/blob/9443e63119579217699dce88b86753a81a9bec52/src/isodate/isodates.py#L119 it's clear that don't support the date type in our test
See https://app.circleci.com/pipelines/github/ESMValGroup/ESMValCore/11808/workflows/9fcf7ed9-5d01-4686-a504-6aca0941b2aa/jobs/49698.