Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-l-zhou committed Nov 4, 2023
1 parent 7d54780 commit 9adb420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $(document).ready(function () {
updateClock();
var timeinterval = setInterval(updateClock, 1000);
}
var deadline = new Date("November 4, 2023 10:00:00 GMT-4");
var deadline = new Date("November 5, 2023 12:00:00 GMT-4");
initializeClock("clockdiv", deadline);
});

Expand Down

0 comments on commit 9adb420

Please sign in to comment.