From 8bf23043309d64e8c08af0f36132dd5c759d6e68 Mon Sep 17 00:00:00 2001 From: Kalista Payne Date: Wed, 10 Dec 2025 14:15:48 -0600 Subject: [PATCH] chore(event): G1G1 date tweaks --- website/common/script/content/constants/events.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index 09ddf4eb80..8a3766ba10 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -109,8 +109,8 @@ export const REPEATING_EVENTS = { foodSeason: 'Pie', }, giftOneGetOne: { - start: new Date('1970-12-18T04:00-05:00'), - end: new Date('1970-01-05T23:59-05:00'), + start: new Date('1970-12-16T04:00-05:00'), + end: new Date('1970-01-09T23:59-05:00'), promo: 'g1g1', }, };