Update index.html

This commit is contained in:
hokkqi 2020-07-01 01:26:01 +02:00
parent 76214c1230
commit f8f390d95b

View file

@ -70,7 +70,7 @@
<script>
function calcTime() {
const release = new Date("2020-07-18");
const release = new Date("18 July 2020 18:00 GMT-4");
let remaining = (release - Date.now()) / 1000; // time in seconds
let days = Math.floor(remaining / 60 / 60 / 24);
let hours = Math.floor((remaining % (60 * 60 * 24)) / 60 / 60);