Skip to content

Commit

Permalink
update on the status of RelativeTime
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Nov 8, 2021
1 parent 6891a2d commit e3a22e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/moment.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ This happens because the `plus` method returns a new instance, leaving `d1` unmo
1. Months in Luxon are 1-indexed instead of 0-indexed like in Moment and the native Date type.
1. Localizations and time zones are implemented by the native Intl API (or a polyfill of it), instead of by the library itself.
1. Luxon has both a Duration type and an Interval type. The Interval type is like Twix.
1. Luxon only supports [relative time features](#humanization) if the required [Intl.RelativeTimeFormat](https://github.com/tc39/proposal-intl-relative-time) APIs are provided by the browser or polyfills.

## Other API style differences

Expand Down

0 comments on commit e3a22e8

Please sign in to comment.