mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix(tz): adjust release timing for DST
This commit is contained in:
@@ -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);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user