From d9c08edbd9a01669cc9cf0cce18c8caca546204d Mon Sep 17 00:00:00 2001 From: Milton Lenis Date: Thu, 16 Jan 2025 16:00:19 -0500 Subject: [PATCH] EST date --- www/app/webinars/ai-operational-assistant/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/app/webinars/ai-operational-assistant/page.tsx b/www/app/webinars/ai-operational-assistant/page.tsx index 58f507ad..914628a6 100644 --- a/www/app/webinars/ai-operational-assistant/page.tsx +++ b/www/app/webinars/ai-operational-assistant/page.tsx @@ -12,7 +12,7 @@ export default function WebinarPage() { }); useEffect(() => { - const targetDate = new Date('2025-02-05T18:00:00Z'); // 12pm CST + const targetDate = new Date('2025-02-05T17:00:00Z'); // 12pm EST const updateCountdown = () => { const now = new Date();