Update index.html

This commit is contained in:
hokkqi 2020-07-01 00:55:53 +02:00 committed by GitHub
parent 9ac5b2c5a1
commit 76214c1230
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@
<script>
function calcTime() {
const release = new Date(2020, 7, 19);
const release = new Date("2020-07-18");
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);
@ -87,4 +87,4 @@
</script>
</body>
</html>
</html>