diff --git a/content/assets/js/timer.js b/content/assets/js/timer.js index c22765c6362f40368f50ab86f10c61b3f681fb52..2ccd246dac9a435117f6f8c66475805cada9eaaa 100644 --- a/content/assets/js/timer.js +++ b/content/assets/js/timer.js @@ -5,7 +5,7 @@ document.addEventListener( "DOMContentLoaded", function() { // Set the date we're counting down to - var countDownDate = new Date("Sep 16, 2022 12:00:00").getTime(); + var countDownDate = new Date("Sep 16, 2022 10:00:00").getTime(); function timer() {