From 9a9e33b54153df8df63fc108aac054ae115aad3e Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Wed, 16 Dec 2020 19:48:24 +0800 Subject: [PATCH] Correct arrival time --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d6ca089..f982db7 100644 --- a/index.html +++ b/index.html @@ -115,7 +115,7 @@ } function tick() { - var timespan = countdown(null, new Date('January 4, 2021 03:47:00'), countdown.ALL); + var timespan = countdown(null, new Date('January 4, 2021 11:35:00'), countdown.ALL); var text = timespan.value < 0 ? 'Welcome to Perth!' : units.reduce((c, v) => c + formatUnit(timespan, v), ""); timerElement.innerHTML = text; setTimeout(tick, delay); -- 2.11.0