mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Squashed commit of the following:
commit22dc77c029Author: Kalista Payne <sabe@habitica.com> Date: Tue Sep 17 20:34:00 2024 -0500 fix(event): remove UTC wording commitc72b5dbbeeAuthor: 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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user