MCPcopy Create free account
hub / github.com/microsoft/SandDance / formatUnixTimestamp

Function formatUnixTimestamp

docs/app/js/sanddance-app.js:112845–112847  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

112843 return "%";
112844}
112845function formatUnixTimestamp(d) {
112846 return +d;
112847}
112848function formatUnixTimestampSeconds(d) {
112849 return Math.floor(+d / 1000);
112850}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected