Fixed target time for countdown

This commit is contained in:
2025-04-15 17:30:14 +02:00
parent 247dcbe817
commit 70b2cd53da

View File

@@ -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");