1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:08:12 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl/DateTimeFormat
Timothy Flynn 0f26ab89ae LibJS+LibUnicode: Handle flexible day periods on both sides of midnight
Commit ec7d535 only partially handled the case of flexible day periods
rolling over midnight, in that it only worked for hours after midnight.
For example, the en locale defines a day period range of [21:00, 06:00).
The previous method of adding 24 hours to the given hour would change
e.g. 23:00 to 47:00, which isn't valid.
2022-07-21 20:36:03 +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+LibUnicode: Handle flexible day periods on both sides of midnight 2022-07-21 20:36:03 +01:00
DateTimeFormat.prototype.formatRange.js LibJS: Change test conditions to pass in all time zones 2022-01-21 19:14:38 +00:00
DateTimeFormat.prototype.formatRangeToParts.js LibJS: Change test conditions to pass in all time zones 2022-01-21 19:14:38 +00:00
DateTimeFormat.prototype.formatToParts.js LibJS: Change test conditions to pass in all time zones 2022-01-21 19:14:38 +00:00
DateTimeFormat.prototype.resolvedOptions.js LibJS: Allow specifying keyword values not directly defined for a locale 2022-07-15 12:31:43 +02:00
DateTimeFormat.supportedLocalesOf.js LibJS: Implement Intl.DateTimeFormat.supportedLocalesOf 2021-11-29 22:48:46 +00:00