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