hustcc / timeago.js

:clock8: :hourglass: timeago.js is a tiny(2.0 kb) library used to format date with `*** time ago` statement.
https://timeago.org
MIT License
5.32k stars 410 forks source link

format() on any input returns '50 years ago' #229

Closed ghost closed 3 years ago

ghost commented 4 years ago

https://codepen.io/nainardev/pen/NWNzMPX

lolobosse commented 4 years ago

Not if you use milliseconds (your input * 1000)

ghost commented 4 years ago

Unix time is already in ms

lolobosse commented 4 years ago

No yours is in sec:

image