From 3adceeb5e57a33f47b28947e43b369edf1337de3 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 14 Dec 2022 12:26:04 -0600 Subject: [PATCH] fix(tz): how far back we have fallen --- website/common/script/content/constants/events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 1f1809cebc..cd76187c1f 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -16,8 +16,8 @@ export const EVENTS = { npcImageSuffix: '', }, winter2023: { - start: '2022-12-20T08:00-04:00', - end: '2023-01-31T20:00-04:00', + start: '2022-12-20T08:00-05:00', + end: '2023-01-31T20:00-05:00', npcImageSuffix: '_winter', season: 'winter', gear: true,