Squashed commit of the following:

commit 22dc77c029
Author: Kalista Payne <sabe@habitica.com>
Date:   Tue Sep 17 20:34:00 2024 -0500

    fix(event): remove UTC wording

commit c72b5dbbee
Author: Kalista Payne <sabe@habitica.com>
Date:   Tue Sep 17 20:23:49 2024 -0500

    fix(sale): use native JS for showing tz info
This commit is contained in:
Kalista Payne
2024-09-23 08:37:18 -05:00
parent 1203cbbad8
commit ffa89202e6
3 changed files with 16 additions and 22 deletions

View File

@@ -76,23 +76,6 @@ export const REPEATING_EVENTS = {
end: new Date('1970-08-02T03:59-04:00'),
foodSeason: 'Cake',
},
fallGemFest: {
start: new Date('1970-09-23T04:00-04:00'),
end: new Date('1970-09-27T23:59-04:00'),
gemsPromo,
},
spookyGemFest: {
start: new Date('1970-10-28T04:00-04:00'),
end: new Date('1970-11-01T23:59-04:00'),
gemsPromo,
},
habitoween: {
start: new Date('1970-10-30T04:00-04:00'),
end: new Date('1970-11-01T23:59-04:00'),
foodSeason: 'Candy',
season: 'habitoween',
npcImageSuffix: '_halloween',
},
fallGemSale: {
start: new Date('1970-09-23T04:00-04:00'),
end: new Date('1970-09-27T23:59-04:00'),
@@ -105,6 +88,13 @@ export const REPEATING_EVENTS = {
event: 'spooky_extra_gems',
gemsPromo,
},
habitoween: {
start: new Date('1970-10-30T04:00-04:00'),
end: new Date('1970-11-01T23:59-04:00'),
foodSeason: 'Candy',
season: 'habitoween',
npcImageSuffix: '_halloween',
},
harvestFeast: {
start: new Date('1970-11-20T04:00-05:00'),
end: new Date('1970-12-01T03:59-05:00'),