Update script.js
Browse files
script.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
// Target date here (Year, Month (0-11), Day, Hour, Minute)
|
2 |
-
const targetDate = new Date("2025-06-
|
3 |
|
4 |
function updateCountdown() {
|
5 |
const now = new Date();
|
|
|
1 |
// Target date here (Year, Month (0-11), Day, Hour, Minute)
|
2 |
+
const targetDate = new Date("2025-06-14T07:00:00Z"); // UTC time
|
3 |
|
4 |
function updateCountdown() {
|
5 |
const now = new Date();
|