From b3cfb5793381ff02cee798205b75dc2bd7af0e27 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Tue, 15 Dec 2020 09:50:01 -0600 Subject: [PATCH] fix(events): EST not EDT --- .../common/script/content/constants/events.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 9570741418..ded42687c2 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -14,24 +14,24 @@ const gemsPromo = { // Unless we want a precise ending, for example during a Gems sale / promotion. export const EVENTS = { noCurrentEvent2021: { - start: '2021-01-31T20:00-04:00', - end: '2021-03-20T08:00-04:00', + start: '2021-01-31T20:00-05:00', + end: '2021-03-20T08:00-05:00', season: 'normal', }, winter2021NoPromo: { - start: '2021-01-07T20:00-04:00', - end: '2021-01-31T20:00-04:00', + start: '2021-01-07T20:00-05:00', + end: '2021-01-31T20:00-05:00', season: 'winter', }, winter2021: { - start: '2020-12-01T08:00-04:00', - end: '2021-01-07T20:00-04:00', + start: '2020-12-01T08:00-05:00', + end: '2021-01-07T20:00-05:00', season: 'winter', promo: 'g1g1', }, noCurrentEvent2020: { - start: '2020-10-31T20:00-04:00', - end: '2020-12-01T08:00-04:00', + start: '2020-10-31T20:00-05:00', + end: '2020-12-01T08:00-05:00', season: 'normal', }, fall2020: {