From 8fef4183cd4027bf6c24fbb982b97bbffc99b1fe Mon Sep 17 00:00:00 2001 From: Mark Davis Date: Mon, 18 Nov 2024 17:01:26 -0800 Subject: [PATCH 1/2] add calendar and numberingSystem options to date/time --- spec/registry.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/spec/registry.md b/spec/registry.md index 601959b083..d9d7b065e0 100644 --- a/spec/registry.md +++ b/spec/registry.md @@ -1095,3 +1095,17 @@ For more information, see [Working with Timezones](https://w3c.github.io/timezon > The form of these serializations is known and is a de facto standard. > Support for these extensions is expected to be required in the post-tech preview. > See: https://datatracker.ietf.org/doc/draft-ietf-sedate-datetime-extended/ + +**_Date/time override options_** are _options_ that allow an _expression_ to +override values set by the current locale, +or provided by the _formatting context_ (such as the default time zone), +or embedded in an implementation-defined date/time _operand_ value. + +The following **RECOMMENDED** options and their values SHOULD be available on +the functions `:datetime`, `:date`, and `:time`. +The maturity level for each is **Proposed**. + +- `calendar` + - valid [Unicode Calendar Identifier](https://cldr-smoke.unicode.org/spec/main/ldml/tr35.html#UnicodeCalendarIdentifier) +- `numberingSystem` + - valid [Unicode Number System Identifier](https://cldr-smoke.unicode.org/spec/main/ldml/tr35.html#UnicodeNumberSystemIdentifier) From a1d1f77bd6a6fd7eaa497faeaeac23236a9d116b Mon Sep 17 00:00:00 2001 From: Addison Phillips Date: Tue, 19 Nov 2024 09:01:24 -0800 Subject: [PATCH 2/2] Update spec/registry.md Co-authored-by: Eemeli Aro --- spec/registry.md | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/registry.md b/spec/registry.md index c9abdaabb5..d64a038de1 100644 --- a/spec/registry.md +++ b/spec/registry.md @@ -1112,7 +1112,6 @@ the functions `:datetime` and `:time`: The following _options_ and their values are RECOMMENDED to be available on the functions `:datetime`, `:date`, and `:time`. -The maturity level for each is **Proposed**. - `calendar` - valid [Unicode Calendar Identifier](https://cldr-smoke.unicode.org/spec/main/ldml/tr35.html#UnicodeCalendarIdentifier)