Compare commits
2 Commits
85f34c5e42
...
496fc3e4c3
Author | SHA1 | Date |
---|---|---|
|
496fc3e4c3 | |
|
8a3857a3d6 |
|
@ -1,9 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
// Fake 'now' date time for testing
|
||||
// const fakeNow = null;
|
||||
const fakeNow = null;
|
||||
|
||||
const fakeNow = Date.parse("2025-05-11T20:15:00");
|
||||
// const fakeNow = Date.parse("2025-05-11T20:15:00");
|
||||
|
||||
|
||||
const fakeTimeDelta = fakeNow === null ? 0 : fakeNow - Date.now();
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue