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