Luxon is a date and time library for JavaScript, and the successor to Moment.js.
Luxon is a date and time library for JavaScript. It is the successor to Moment.js, and is preferred over Moment by both libraries maintainers.
Luxon derives its time zone data from the ECMAScript Intl
APIs, giving it full time zone support in modern browsers without having to supply a separate data file (like Moment).
References: