From 229ed4642542b1bc467a9c126407eb4be240945d Mon Sep 17 00:00:00 2001 From: SabreCat Date: Sat, 1 Apr 2023 07:08:38 -0500 Subject: [PATCH] fix(tz): dst --- 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 ffab2e9e46..84896195bc 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: '', }, aprilFools2023: { - start: '2023-04-01T08:00-05:00', - end: '2023-04-02T08:00-05:00', + start: '2023-04-01T08:00-04:00', + end: '2023-04-02T08:00-04:00', aprilFools: 'teaShop', }, spring2023: {