MCPcopy 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
2const units = {
3 year : 24 * 60 * 60 * 1000 * 365,
4 month : 24 * 60 * 60 * 1000 * 365/12,

Callers

nothing calls this directly

Calls 1

getRelativeTimeFunction · 0.85

Tested by

no test coverage detected