View Source Cldr.TimeZoneName.Info (Cldr Time Zone Names v0.1.0)

Time zone name info.

Link to this section Summary

Functions

Builds a metazone struct for the given data.

Link to this section Types

@type t() :: %Cldr.TimeZoneName.Info{
  exemplar_city: String.t() | nil,
  long: Cldr.TimeZoneName.Variants.t(),
  short: Cldr.TimeZoneName.Variants.t()
}

Link to this section Functions

Link to this function

new(zone_data, meta_zone_data)

View Source
@spec new(zone_data :: map() | nil, meta_zone_data :: map() | nil) :: t()

Builds a metazone struct for the given data.