mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
EST date
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user