Module icu_datetime::provider::time_zones
source · Expand description
Data provider structs for time zones.
Structs§
- An ICU4X mapping to the CLDR timeZoneNames exemplar cities. See CLDR-JSON timeZoneNames.json for more context.
- Marker type for
ExemplarCitiesV1
: “time_zone/exemplar_cities@1” - An ICU4X mapping to the long-form generic metazone names. See CLDR-JSON timeZoneNames.json for more context.
- Marker type for
MetazoneGenericNamesLongV1
: “time_zone/generic_long@1” - An ICU4X mapping to the short-form generic metazone names. See CLDR-JSON timeZoneNames.json for more context.
- Marker type for
MetazoneGenericNamesShortV1
: “time_zone/generic_short@1” - Metazone ID in a compact format
- An ICU4X mapping to the long-form specific metazone names. Specific names include time variants such as “daylight.” See CLDR-JSON timeZoneNames.json for more context.
- Marker type for
MetazoneSpecificNamesLongV1
: “time_zone/specific_long@1” - An ICU4X mapping to the short-form specific metazone names. Specific names include time variants such as “daylight.” See CLDR-JSON timeZoneNames.json for more context.
- Marker type for
MetazoneSpecificNamesShortV1
: “time_zone/specific_short@1” - TimeZone ID in BCP47 format
- An ICU4X mapping to the CLDR timeZoneNames format strings. See CLDR-JSON timeZoneNames.json for more context.
- Marker type for
TimeZoneFormatsV1
: “time_zone/formats@1”