infobeamer: use actual date
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Schwarz 2021-12-23 23:53:02 +01:00
parent 48e4a254da
commit fdd6674e15
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@
} }
function render(talk) { function render(talk) {
// const now = new Date(); const now = new Date();
const now = Date.parse("2021-12-27T11:35:00+01:00");
const max = talk.end - talk.start; const max = talk.end - talk.start;
let value = 0; let value = 0;