Convert milliseconds to a human readable string: 1337000000
→ 15d 11h 23m 20s
Convert the result of process.hrtime.bigint()
to seconds, milliseconds, nanoseconds
Easily format the time from node.js process.hrtime
. Works with timescales ranging from weeks to nanoseconds.