From fd1eb2d9002126959665ce0028252e2e1b8414a4 Mon Sep 17 00:00:00 2001 From: Kalista Payne Date: Thu, 23 Jan 2025 17:25:22 -0600 Subject: [PATCH] feat(events): revise dates of promos --- website/common/script/content/constants/events.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index e1b8b53c94..b2fd857239 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -77,14 +77,14 @@ export const REPEATING_EVENTS = { foodSeason: 'Cake', }, fallGemSale: { - start: new Date('1970-09-23T04:00-04:00'), - end: new Date('1970-09-27T23:59-04:00'), + start: new Date('1970-09-17T04:00-04:00'), + end: new Date('1970-09-24T23:59-04:00'), event: 'fall_extra_gems', gemsPromo, }, spookyGemSale: { - start: new Date('1970-10-28T04:00-04:00'), - end: new Date('1970-11-01T23:59-04:00'), + start: new Date('1970-10-27T04:00-04:00'), + end: new Date('1970-10-31T23:59-04:00'), event: 'spooky_extra_gems', gemsPromo, }, @@ -103,8 +103,8 @@ export const REPEATING_EVENTS = { foodSeason: 'Pie', }, giftOneGetOne: { - start: new Date('1970-12-19T04:00-05:00'), - end: new Date('1970-01-06T23:59-05:00'), + start: new Date('1970-12-17T04:00-05:00'), + end: new Date('1970-01-09T23:59-05:00'), promo: 'g1g1', }, };