Update index.html
This commit is contained in:
parent
76214c1230
commit
f8f390d95b
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
function calcTime() {
|
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 remaining = (release - Date.now()) / 1000; // time in seconds
|
||||||
let days = Math.floor(remaining / 60 / 60 / 24);
|
let days = Math.floor(remaining / 60 / 60 / 24);
|
||||||
let hours = Math.floor((remaining % (60 * 60 * 24)) / 60 / 60);
|
let hours = Math.floor((remaining % (60 * 60 * 24)) / 60 / 60);
|
||||||
|
|
Loading…
Add table
Reference in a new issue