From 4b9f0608e067b9a9d0161c99b0e017219e4f5723 Mon Sep 17 00:00:00 2001
From: "marek.krejpsky" <marek.krejpsky@gmail.com>
Date: Tue, 6 Sep 2022 22:47:14 +0200
Subject: [PATCH] Update content/assets/js/timer.js

---
 content/assets/js/timer.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/assets/js/timer.js b/content/assets/js/timer.js
index c22765c..2ccd246 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() {
 
-- 
GitLab