mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +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 }),
|
previousDate: t('aprilYYYY', { year: 2022 }),
|
||||||
}),
|
}),
|
||||||
canBuy () {
|
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: {
|
Dessert: {
|
||||||
@@ -593,7 +593,7 @@ const wacky = {
|
|||||||
date: t('dateEndApril'),
|
date: t('dateEndApril'),
|
||||||
}),
|
}),
|
||||||
canBuy () {
|
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