From fdd6674e15e2ab2198dc2007ef5eda00c4c862ad Mon Sep 17 00:00:00 2001 From: Stefan Schwarz Date: Thu, 23 Dec 2021 23:53:02 +0100 Subject: [PATCH] infobeamer: use actual date --- static/infobeamer/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/infobeamer/index.html b/static/infobeamer/index.html index 198cffd..1c4ddbe 100644 --- a/static/infobeamer/index.html +++ b/static/infobeamer/index.html @@ -26,8 +26,7 @@ } function render(talk) { - // const now = new Date(); - const now = Date.parse("2021-12-27T11:35:00+01:00"); + const now = new Date(); const max = talk.end - talk.start; let value = 0;