I'm currently dealing wit a misbehaving OAI-PMH endpoint that does not set a datestamp in the header, which breaks parsing the response with sickle.
This PR implements a workaround for this scenario by setting an artificial datestamp (set to the current time) if none is found in the header of the response.
I'm currently dealing wit a misbehaving OAI-PMH endpoint that does not set a
datestamp
in the header, which breaks parsing the response with sickle. This PR implements a workaround for this scenario by setting an artificial datestamp (set to the current time) if none is found in the header of the response.