From 35aab8d889ecd0148cb7dd7353e91e237acc5c4f Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Mon, 2 Feb 2026 12:26:43 +0100 Subject: [PATCH] right date for april fools --- website/common/script/content/constants/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 60ceddd56f..34821fe3e1 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -52,7 +52,7 @@ export const REPEATING_EVENTS = { foodSeason: 'Pie', }, aprilFools: { - start: new Date('1970-01-01T04:00-04:00'), + start: new Date('1970-04-01T04:00-04:00'), end: new Date('1970-04-02T03:59-04:00'), aprilFools: makeSubstitutionMap('Cryptid'), },