From 83731e229bc8d05f9b8c8ce870c99626e233948b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CLAKSHMIRPILLAI=E2=80=9D?= <“luxmi.r.pillai@gmail.com”> Date: Fri, 22 Nov 2024 10:57:46 +0000 Subject: [PATCH] Update to local time --- .../src/components/UsEoy2024Wrapper.importable.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotcom-rendering/src/components/UsEoy2024Wrapper.importable.tsx b/dotcom-rendering/src/components/UsEoy2024Wrapper.importable.tsx index 157ae1081e..08d3a2e8cb 100644 --- a/dotcom-rendering/src/components/UsEoy2024Wrapper.importable.tsx +++ b/dotcom-rendering/src/components/UsEoy2024Wrapper.importable.tsx @@ -317,8 +317,8 @@ export const UsEoy2024: ReactComponent = ({ } = useChoiceCards(choiceCardAmounts, 'US', cta, cta); const isGivingTuesday = - date >= new Date('2024-11-27T00:00:01Z') && - date < new Date('2024-12-04T23:59:59Z'); + date >= new Date('2024-11-27T00:00:01') && + date < new Date('2024-12-03T23:59:59'); return (