No faketime

This commit is contained in:
L3D 2025-05-04 21:18:00 +02:00
parent 8a3857a3d6
commit 496fc3e4c3
Signed by: L3D
GPG Key ID: CD08445BFF4313D1
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
'use strict'; 'use strict';
// Fake 'now' date time for testing // 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(); const fakeTimeDelta = fakeNow === null ? 0 : fakeNow - Date.now();