fix(tz): adjust release timing for DST

This commit is contained in:
SabreCat
2023-04-05 14:02:38 -05:00
parent 01fea6b968
commit afee09e7cb

View File

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