EOSIO / EOSIO/eos-token-distribution
Why does fromNow why skip from 25 days to a month?
Open
- Dominant language
- Shell
- Stars
- 191
- Forks
- 141
- PR merge metrics
- No merged PRs in 30d
Description
If this becomes an issue the solution may be to customize the relative thresholds:
https://github.com/moment/moment/issues/4040
Example
```js
moment('2017-07-21T11:03:57').fromNow()
'in 25 days'
moment('2017-07-22T11:03:57').fromNow()
'in a month'
```
Also this would jump from 10 months to a year..
More accuracy may be desired.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.