fix(events): EST now not EDT

This commit is contained in:
SabreCat
2022-11-14 14:38:58 -06:00
parent 2bbff36cc8
commit 81540ef399

View File

@@ -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: '',
},