diff --git a/content/assets/js/timer.js b/content/assets/js/timer.js
index c22765c6362f40368f50ab86f10c61b3f681fb52..8e5cdfcecd7b42f9ab37c64910521a46cb172da5 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 14, 2022 08:00:00").getTime();
 
 		function timer() {