Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThatGuySam/doesitarm
/ parse-date.js
File
parse-date.js
helpers/parse-date.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// in miliseconds
2
const
units = {
3
year : 24 * 60 * 60 * 1000 * 365,
4
month : 24 * 60 * 60 * 1000 * 365/12,
Callers
nothing calls this directly
Calls
1
getRelativeTime
Function · 0.85
Tested by
no test coverage detected