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
This also fixes issue #13025 by correctly converting OAI-PMH UTC "from"
and "until" dates to local MySQL dates for ORM queries.
- Use ISO 8601 UTC format to represent from & until dates internally and
in OAI-PMH output (e.g. "2021-10-08T21:53:17Z")
- Pass datetimes to MySQL in MySQL date format using local app time
(e.g. "2021-10-08 14:53:17" for default_timezone="America/Vancouver")
0 commit comments