From afee09e7cb1cfd47d37dc098881fd360705f6168 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Wed, 5 Apr 2023 14:02:38 -0500 Subject: [PATCH] fix(tz): adjust release timing for DST --- website/common/script/content/hatching-potions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index 9c953ffbea..60d1cf21eb 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -570,7 +570,7 @@ const wacky = { previousDate: t('aprilYYYY', { year: 2022 }), }), canBuy () { - return moment().isBetween('2023-04-06T08:00-05:00', EVENTS.spring2023.end); + return moment().isBetween('2023-04-06T08:00-04:00', EVENTS.spring2023.end); }, }, Dessert: { @@ -593,7 +593,7 @@ const wacky = { date: t('dateEndApril'), }), canBuy () { - return moment().isBetween('2023-04-06T08:00-05:00', EVENTS.spring2023.end); + return moment().isBetween('2023-04-06T08:00-04:00', EVENTS.spring2023.end); }, }, };