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) {
|
||||
// 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;
|
||||
|
|
Loading…
Reference in New Issue