MCPcopy
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

1function utcDate(year, month, day, hours, minutes) {
2 return new Date(Date.UTC.apply(null, arguments));
3}
4
5dev.spec({
6 type: 'bar',

Callers 1

utc.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected