File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -1095,20 +1095,30 @@ For more information, see [Working with Timezones](https://w3c.github.io/timezon
10951095> Support for these extensions is expected to be required in the post-tech preview.
10961096> See: https://datatracker.ietf.org/doc/draft-ietf-sedate-datetime-extended/
10971097
1098+
10981099### Date and Time Override Options
10991100
11001101**_<dfn>Date/time override options</dfn>_** are _options_ that allow an _expression_ to
11011102override values set by the current locale,
11021103or provided by the _formatting context_ (such as the default time zone),
11031104or embedded in an implementation-defined date/time _operand_ value.
11041105
1105- The following REQUIRED option and its values MUST be available on
1106+ The following _option_ and its values are REQUIRED to be available on
11061107the functions `:datetime` and `:time`:
11071108
11081109- `hour12`
11091110 - `true`
11101111 - `false`
11111112
1113+ The following _options_ and their values are RECOMMENDED to be available on
1114+ the functions `:datetime`, `:date`, and `:time`.
1115+
1116+ - `calendar`
1117+ - valid [Unicode Calendar Identifier](https://cldr-smoke.unicode.org/spec/main/ldml/tr35.html#UnicodeCalendarIdentifier)
1118+ - `numberingSystem`
1119+ - valid [Unicode Number System Identifier](https://cldr-smoke.unicode.org/spec/main/ldml/tr35.html#UnicodeNumberSystemIdentifier)
1120+
11121121> [!NOTE]
1113- > These options do not have default values because they are only to be used
1122+ > These _options_ do not have default values because they are only to be used
11141123> as overrides for locale-and-value dependent implementation-defined defaults.
1124+
You can’t perform that action at this time.
0 commit comments