mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(events): EST now not EDT
This commit is contained in:
@@ -10,20 +10,20 @@ const gemsPromo = {
|
|||||||
|
|
||||||
export const EVENTS = {
|
export const EVENTS = {
|
||||||
noEvent: {
|
noEvent: {
|
||||||
start: '2022-11-30T20:00-04:00',
|
start: '2022-11-30T20:00-05:00',
|
||||||
end: '2022-12-20T08:00-04:00',
|
end: '2022-12-20T08:00-05:00',
|
||||||
season: 'normal',
|
season: 'normal',
|
||||||
npcImageSuffix: '',
|
npcImageSuffix: '',
|
||||||
},
|
},
|
||||||
bundle202211: {
|
bundle202211: {
|
||||||
start: '2022-11-15T20:00-04:00',
|
start: '2022-11-15T20:00-05:00',
|
||||||
end: '2022-11-30T08:00-04:00',
|
end: '2022-11-30T08:00-05:00',
|
||||||
season: 'normal',
|
season: 'normal',
|
||||||
npcImageSuffix: '',
|
npcImageSuffix: '',
|
||||||
},
|
},
|
||||||
afterGala: {
|
afterGala: {
|
||||||
start: '2022-10-31T20:00-04:00',
|
start: '2022-10-31T20:00-04:00',
|
||||||
end: '2022-11-15T08:00-04:00',
|
end: '2022-11-15T08:00-05:00',
|
||||||
season: 'normal',
|
season: 'normal',
|
||||||
npcImageSuffix: '',
|
npcImageSuffix: '',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user