infobeamer: use actual date
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
48e4a254da
commit
fdd6674e15
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue