Files
ladybird/Userland/Libraries/LibJS/Runtime
Timothy Flynn 05de9b82b8 LibJS: Include hour-cycle in DateTimeFormat options
This is a normative change to the Intl spec:
https://github.com/tc39/ecma402/commit/20e5c26

Note that this doesn't actually affect us. Its purpose is to provide the
hour-cycle to BestFitFormatMatcher. This AO is implementation defined,
and ours just invokes BasicFormatMatcher, which doesn't use this field.
We could now have LibUnicode generate this field and use it to find a
better format pattern, though.
2022-01-10 16:18:05 +01:00
..
2021-12-10 22:52:36 +00:00
2022-01-09 22:02:43 +01:00
2021-10-06 23:52:40 +01:00