1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 19:35:06 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/DateTimeFormat
Timothy Flynn 39be5cb73a LibJS: Allow formatting UTC-offset time zones with Intl.DateTimeFormat
These are normative changes in the ECMA-402 spec. See:
896ffcc
af4ec46
e25c455

(This combines the above commits into one patch as they each do not work
on their own).
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: Allow formatting UTC-offset time zones with 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