maringetxway commited on
Commit
008b1a9
·
verified ·
1 Parent(s): 61d6a1f

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("2025-06-13T16:27:00.000Z"); // 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("2025-06-14T07:00:00Z"); // UTC time
3
 
4
  function updateCountdown() {
5
  const now = new Date();