ladybird/Tests/LibUnicode
Timothy Flynn d50f5e14f8 LibUnicode: Fall back to GMT offset when a time zone name is unavailable
The following table in TR-35 includes a web of fall back rules when the
requested time zone style is unavailable:
https://unicode.org/reports/tr35/tr35-dates.html#dfst-zone

Conveniently, the subset of styles supported by ECMA-402 (and therefore
LibUnicode) all either fall back to GMT offset or to a style that is
unsupported but itself falls back to GMT offset.
2022-01-11 23:56:35 +01:00
..
CMakeLists.txt LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mapping 2022-01-06 22:28:01 +01:00
TestUnicodeCharacterTypes.cpp LibUnicode: Support code point names that apply to ranges of code points 2021-11-30 11:24:02 +01:00
TestUnicodeDateTimeFormat.cpp LibUnicode: Fall back to GMT offset when a time zone name is unavailable 2022-01-11 23:56:35 +01:00
TestUnicodeLocale.cpp LibUnicode: Support locales-without-script aliases for ECMA-402 2021-11-19 11:45:35 +01:00