MCPcopy Create free account
hub / github.com/alignoth/alignoth / Zr

Function Zr

resources/vega.min.js:2314–2320  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

2312 return new Date(t.y, t.m, t.d, t.H, t.M, t.S, t.L);
2313 }
2314 function Zr(t) {
2315 if (0 <= t.y && t.y < 100) {
2316 var e = new Date(Date.UTC(-1, t.m, t.d, t.H, t.M, t.S, t.L));
2317 return (e.setUTCFullYear(t.y), e);
2318 }
2319 return new Date(Date.UTC(t.y, t.m, t.d, t.H, t.M, t.S, t.L));
2320 }
2321 function Qr(t, e, n) {
2322 return { y: t, m: e, d: n, H: 0, M: 0, S: 0, L: 0 };
2323 }

Callers 1

kFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected