moment isn't exactly deprecated, but its own maintainers actively recommend against using it in new projects. It's a notoriously large package and doesn't support tree shaking.
We probably can't get away with just using the new Intl APIs, because we need not just formatting (and timezone-dependent, at that!), but there are "modern" Moment alternatives that we could consider:
moment
isn't exactly deprecated, but its own maintainers actively recommend against using it in new projects. It's a notoriously large package and doesn't support tree shaking.We probably can't get away with just using the new
Intl
APIs, because we need not just formatting (and timezone-dependent, at that!), but there are "modern" Moment alternatives that we could consider: