MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / createUnix

Function createUnix

tests/test_code/js/moment/moment.js:4982–4984  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

4980 );
4981
4982 function createUnix(input) {
4983 return createLocal(input * 1000);
4984 }
4985
4986 function createInZone() {
4987 return createLocal.apply(null, arguments).parseZone();

Callers

nothing calls this directly

Calls 1

createLocalFunction · 0.85

Tested by

no test coverage detected