react-moment
react-moment copied to clipboard
current time starts from 5 minutes
I have used moment in the react project, but as it was supposed to show the time from a second it started showing time from 5 minutes but it was supposed to show a second ago.
here is my code:
<Moment fromNow ago>{new Date(e.created_at)}</Moment> ago
can anyone suggest what I am doing wrong or is it this libraries problem?
I think it could be due the default interval is greater than a second. Did you try to set it to 1000ms?