Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TargetProcess/tauCharts
/ utc.js
File
utc.js
examples/specs/utc.js:None–None ·
view source on GitHub ↗
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
Callers
nothing calls this directly
Calls
1
utcDate
Function · 0.70
Tested by
no test coverage detected