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