Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ formatUnixTimestamp
Function
formatUnixTimestamp
docs/tests/v2/es6/js/sanddance.js:82784–82786 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
82782
}
82783
82784
function
formatUnixTimestamp(d) {
82785
return
+d;
82786
}
82787
82788
function
formatUnixTimestampSeconds(d) {
82789
return
Math.floor(+d / 1000);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected