Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
329
function
nowWithoutMs(): Date{
330
const
date =
new
Date();
331
date.setMilliseconds(0);
332
return
date;
333
}
Callers
2
start
Method · 0.85
heartBeat
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected