From 517b4c9999201d6fa58babdd73f554ad12d9897b Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 14 Dec 2022 12:27:13 -0600 Subject: [PATCH] fix(event): four extra hours for stragglers --- 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 cd76187c1f..9387ae2fe7 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -17,7 +17,7 @@ export const EVENTS = { }, winter2023: { start: '2022-12-20T08:00-05:00', - end: '2023-01-31T20:00-05:00', + end: '2023-01-31T23:59-05:00', npcImageSuffix: '_winter', season: 'winter', gear: true,