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();