fix(tz): account for DST

This commit is contained in:
SabreCat
2023-03-17 15:09:02 -05:00
parent a363e68080
commit 118c8421fe

View File

@@ -10,8 +10,8 @@ const gemsPromo = {
export const EVENTS = {
noEvent: {
start: '2023-05-01T23:59-05:00',
end: '2023-06-22T08:00-05:00',
start: '2023-05-01T23:59-04:00',
end: '2023-06-22T08:00-04:00',
season: 'normal',
npcImageSuffix: '',
},