mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +00:00
fix(tz): adjust release timing for DST
This commit is contained in:
parent
01fea6b968
commit
afee09e7cb
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue