tc39 / proposal-intl-relative-time

`Intl.RelativeTimeFormat` specification [draft]
http://tc39.github.io/proposal-intl-relative-time/
215 stars 24 forks source link

Add missing `now` result #107

Closed koddsson closed 5 years ago

koddsson commented 5 years ago

new Intl.RelativeTimeFormat('en', {numeric: 'auto'}).format(0, 'second') produces now

littledan commented 5 years ago

Thanks!