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); }, }, };