Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TargetProcess/tauCharts
/ utcDate
Function
utcDate
examples/specs/utc.js:1–3 ·
view source on GitHub ↗
(year, month, day, hours, minutes)
Source
from the content-addressed store, hash-verified
1
function
utcDate(year, month, day, hours, minutes) {
2
return
new
Date(Date.UTC.apply(null, arguments));
3
}
4
5
dev.spec({
6
type
:
'bar'
,
Callers
1
utc.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected