Bug 213818 - [JSC] Implement Intl.DateTimeFormat quarter
Summary: [JSC] Implement Intl.DateTimeFormat quarter
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks: 218829
  Show dependency treegraph
 
Reported: 2020-06-30 14:51 PDT by Yusuke Suzuki
Modified: 2020-11-11 16:45 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2020-06-30 14:51:58 PDT
The spec integration is not done yet. Looking closely.
https://github.com/tc39/ecma402/pull/346
Comment 1 Yusuke Suzuki 2020-09-14 19:52:47 PDT
The spec integration hits major problem. So, maybe, getting this integrated takes more time to solve problems.
Comment 2 Yusuke Suzuki 2020-09-17 11:04:03 PDT
Latest discussion https://github.com/tc39/ecma402/issues/374
Comment 3 Yusuke Suzuki 2020-09-17 11:04:22 PDT
Currently, we are not settling how it works. So we need to bake the spec first.