From 70b2cd53da1ef9046b1575a73e31b4cef9eff034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Proch=C3=A1zka?= Date: Tue, 15 Apr 2025 17:30:14 +0200 Subject: [PATCH] Fixed target time for countdown --- scripts/countdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/countdown.js b/scripts/countdown.js index a31bf4a..3e42de8 100644 --- a/scripts/countdown.js +++ b/scripts/countdown.js @@ -1,6 +1,6 @@ // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later -const target = new Date("May 7, 2025 16:30:00 GMT+0100"); +const target = new Date("May 7, 2025 16:30:00 GMT+0200"); function update_time() { let countdown = document.querySelector(".countdown");