ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/DateTimeFormat
Timothy Flynn eeb16f03bb LibLocale: Parse day-period hour cycle preferences
For example, the locale "fr-FR" will have the preferred hour cycle list
of "H hB", meaning h23 and h12-with-day-periods. Whether date-times are
actually formatted with day-periods is up to the user, but we need to
parse the hour cycle as h12 to know that the FR region supports h12.

This bug was revealed by LibJS no longer blindly falling back to h12 (if
the `hour12` option is true) or h24 (if the `hour12` option is false).
2023-10-05 17:01:02 +02:00
..
DateTimeFormat.@@toStringTag.js
DateTimeFormat.js LibJS: Allow formatting UTC-offset time zones with Intl.DateTimeFormat 2023-10-05 17:01:02 +02:00
DateTimeFormat.prototype.format.js LibJS: Allow formatting UTC-offset time zones with Intl.DateTimeFormat 2023-10-05 17:01:02 +02:00
DateTimeFormat.prototype.formatRange.js LibLocale+LibJS: Update to CLDR version 42.0.0 2022-10-25 10:10:39 +01:00
DateTimeFormat.prototype.formatRangeToParts.js LibLocale+LibJS: Update to CLDR version 42.0.0 2022-10-25 10:10:39 +01:00
DateTimeFormat.prototype.formatToParts.js LibLocale+LibJS: Update to CLDR version 42.0.0 2022-10-25 10:10:39 +01:00
DateTimeFormat.prototype.resolvedOptions.js LibLocale: Parse day-period hour cycle preferences 2023-10-05 17:01:02 +02:00
DateTimeFormat.supportedLocalesOf.js LibJS: Implement Intl.DateTimeFormat.supportedLocalesOf 2021-11-29 22:48:46 +00:00