1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 04:45:09 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/DateTimeFormat
Timothy Flynn 05e080c4ba LibJS: Correctly resolve locale hour cycles in Intl.DateTimeFormat
This is a normative change in the ECMA-402 spec. See:
2f002b2
2023-10-05 17:01:02 +02:00
..
DateTimeFormat.@@toStringTag.js LibJS: Implement a nearly empty Intl.DateTimeFormat object 2021-11-29 22:48:46 +00:00
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 LibJS: Correctly resolve locale hour cycles in Intl.DateTimeFormat 2023-10-05 17:01:02 +02:00
DateTimeFormat.supportedLocalesOf.js LibJS: Implement Intl.DateTimeFormat.supportedLocalesOf 2021-11-29 22:48:46 +00:00