We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a67e38c commit e734f42Copy full SHA for e734f42
1 file changed
DOI Content Negotiation.js
@@ -69,7 +69,7 @@ async function processDOI(doi) {
69
// Outage: 17 May 2025, 14:00–15:00 UTC
70
// Start 1 hour before (13:00 UTC) and end 2 hours after (17:00 UTC)
71
// TEMP for May 22 outage
72
- let startDate = new Date(Date.UTC(2025, 4, 22, 00, 0, 0));
+ let startDate = new Date(Date.UTC(2025, 4, 22, 0, 0, 0));
73
let endDate = new Date(Date.UTC(2025, 4, 24, 0, 0, 0));
74
75
// At least for now, always use REST API for Crossref DOIs
0 commit comments