1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-22 19:45:08 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/DateTimeFormat
Timothy Flynn d64ea13565 LibJS: Respect the user-provided time zone in Intl.DateTimeFormat
Also update some DateTimeFormat tests to explicitly set the time zone
(usually to UTC). This was already done for most tests, but some were
missed.
2022-01-12 15:43:12 +01:00
..
DateTimeFormat.@@toStringTag.js LibJS: Implement a nearly empty Intl.DateTimeFormat object 2021-11-29 22:48:46 +00:00
DateTimeFormat.js LibJS: Implement the Extend TimeZoneName Option Proposal 2022-01-03 15:11:59 +01:00
DateTimeFormat.prototype.format.js LibJS: Respect the user-provided time zone in Intl.DateTimeFormat 2022-01-12 15:43:12 +01:00
DateTimeFormat.prototype.formatRange.js LibJS: Implement Intl.DateTimeFormat.prototype.formatRange 2021-12-09 23:43:04 +00:00
DateTimeFormat.prototype.formatRangeToParts.js LibJS: Respect the user-provided time zone in Intl.DateTimeFormat 2022-01-12 15:43:12 +01:00
DateTimeFormat.prototype.formatToParts.js LibJS: Use locale-aware day period time ranges to format period symbols 2021-12-10 21:27:24 +00:00
DateTimeFormat.prototype.resolvedOptions.js LibJS: Respect the user-provided time zone in Intl.DateTimeFormat 2022-01-12 15:43:12 +01:00
DateTimeFormat.supportedLocalesOf.js LibJS: Implement Intl.DateTimeFormat.supportedLocalesOf 2021-11-29 22:48:46 +00:00