This commit is contained in:
Milton Lenis
2025-01-16 16:00:19 -05:00
parent eeb6cc430a
commit d9c08edbd9

View File

@@ -12,7 +12,7 @@ export default function WebinarPage() {
}); });
useEffect(() => { 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 updateCountdown = () => {
const now = new Date(); const now = new Date();