Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-pushup/cli
/ dateToUnixTimestamp
Function
dateToUnixTimestamp
packages/utils/src/lib/dates.ts:1–3 ·
view source on GitHub ↗
(date: Date)
Source
from the content-addressed store, hash-verified
1
export
function
dateToUnixTimestamp(date: Date): number {
2
return
Math.round(date.getTime() / 1000);
3
}
Callers
2
#createGroupMarkers
Method · 0.85
dates.unit.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected