-
Notifications
You must be signed in to change notification settings - Fork 33
[JS API] Temporal #169
Copy link
Copy link
Closed
Labels
focus-area-proposalFocus Area ProposalFocus Area Proposal
Description
Description
Temporal seeks to solve problems with the existing JS Date APIs, namely:
- No support for time zones other than the user’s local time and UTC
- Parser behavior so unreliable it is unusable
- Date object is mutable
- DST behavior is unpredictable
- Computation APIs are unwieldy
- No support for non-Gregorian calendars
https://maggiepint.com/2017/04/09/fixing-javascript-date-getting-started/
Rationale
The proliferation of date-and-time handling libraries should be sufficient evidence that the current state of built-in datetime handling APIs is not up to snuff.
Specification
https://github.com/tc39/proposal-temporal
Tests
https://test262.report/browse/built-ins/Temporal (thanks @foolip)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
focus-area-proposalFocus Area ProposalFocus Area Proposal