sindresorhus / pretty-ms

Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
MIT License
1.08k stars 65 forks source link

Fix sub-second output when using `colonNotation` option #53

Closed villebro closed 4 years ago

villebro commented 4 years ago

Fix sub-second formatting when applying colonNotation together with secondsDecimalDigits. Closes #52

Ping @Mageer

sindresorhus commented 4 years ago

Thanks for fixing this 🙌🏻