MCPcopy
hub / github.com/node-cron/node-cron / nowWithoutMs

Function nowWithoutMs

src/scheduler/runner.ts:329–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327}
328
329function nowWithoutMs(): Date{
330 const date = new Date();
331 date.setMilliseconds(0);
332 return date;
333}

Callers 2

startMethod · 0.85
heartBeatMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected