Compare commits

..

No commits in common. "496fc3e4c3479ecbcbecc71b456782dad330fea0" and "85f34c5e42afb6f218e4c5aed50173992f6ab954" have entirely different histories.

2 changed files with 3 additions and 3 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();

File diff suppressed because one or more lines are too long