asigalov61 commited on
Commit
91f85a0
·
verified ·
1 Parent(s): bf0d755

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -1,5 +1,5 @@
1
  // Target date here (Year, Month (0-11), Day, Hour, Minute)
2
- const targetDate = new Date("2026-00-01T08:00:00Z"); // UTC time
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("2026-01-01T08:00:00Z"); // UTC time
3
 
4
  function updateCountdown() {
5
  const now = new Date();