luxon
https://github.com/moment/luxon
JavaScript
⏱ A library for working with dates and times in JS
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
JavaScript not yet supported0 Subscribers
Add a CodeTriage badge to luxon
Help out
- Issues
- Add locale overrides to Duration formatting
- Guard Interval splitting against non-terminating inputs
- Fix parsing of fullwide and hanidec digits
- Reject ISO durations with no components
- Interval#splitBy / #divideEqually hangs forever on a negative duration (still reproducible on 3.7.2, distinct from #186)
- fullwide/hanidec numberingSystem: digit matcher and decoder tables have drifted apart, causing silent data corruption
- Duration.fromISO("P"/"PT"/"-P") parses as a valid zero duration, causing Interval overlaps()/merge() to silently ignore the interval
- Interval#isEmpty() throws TypeError on an Invalid interval instead of returning false (unlike its siblings)
- fix(interval): return false from isEmpty for invalid intervals
- Memoize Locale.create on the resolved configuration
- Docs
- JavaScript not yet supported