MCPcopy
hub / github.com/jipegit/OSXAuditor / utc

Function utc

d3-3.2.8/test/time/years-test.js:67–72  ·  view source on GitHub ↗
(year, month, day, hours, minutes, seconds, milliseconds)

Source from the content-addressed store, hash-verified

65}
66
67function utc(year, month, day, hours, minutes, seconds, milliseconds) {
68 var date = new Date();
69 date.setUTCFullYear(year, month, day);
70 date.setUTCHours(hours || 0, minutes || 0, seconds || 0, milliseconds || 0);
71 return date;
72}
73
74suite.export(module);

Callers 1

years-test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected