1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:58:11 +00:00
serenity/Userland/Libraries/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
..
CharacterTypes.cpp LibUnicode: Convert UnicodeData to link with weak symbols 2022-01-04 22:49:43 +00:00
CharacterTypes.h LibUnicode: Convert UnicodeData to link with weak symbols 2022-01-04 22:49:43 +00:00
CMakeLists.txt LibUnicode: Implement TR-35's localized GMT offset formatting 2022-01-11 23:56:35 +01:00
CurrencyCode.cpp LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
CurrencyCode.h LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
DateTimeFormat.cpp LibUnicode: Fall back to GMT offset when a time zone name is unavailable 2022-01-11 23:56:35 +01:00
DateTimeFormat.h LibUnicode: Implement TR-35's localized GMT offset formatting 2022-01-11 23:56:35 +01:00
Forward.h LibUnicode: Use LibTimeZone's list of time zone names 2022-01-08 12:45:34 +01:00
Locale.cpp LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbols 2022-01-04 22:49:43 +00:00
Locale.h LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbols 2022-01-04 22:49:43 +00:00
NumberFormat.cpp LibUnicode: Add an API to retrieve a locale's default numbering system 2022-01-11 23:56:35 +01:00
NumberFormat.h LibUnicode: Add an API to retrieve a locale's default numbering system 2022-01-11 23:56:35 +01:00