From: Cameron Ball Date: Wed, 16 Dec 2020 11:48:24 +0000 (+0800) Subject: Correct arrival time X-Git-Url: http://git.cameron1729.xyz/?p=niki-countdown.git;a=commitdiff_plain;h=9a9e33b54153df8df63fc108aac054ae115aad3e Correct arrival time --- 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);