View Source Zonex.Zone (Zonex v0.6.0)
An aggregated time zone.
Link to this section Summary
Link to this section Types
@type t() :: %Zonex.Zone{ abbreviation: String.t(), aliases: [Calendar.time_zone()], canonical: boolean(), dst: boolean(), exemplar_city: String.t() | nil, formatted_offset: String.t(), generic_long_name: String.t(), golden: boolean(), legacy: boolean(), long_name: String.t(), meta_zone: Zonex.MetaZones.MetaZone.t() | nil, name: Calendar.time_zone(), offset: integer(), windows_zone: Zonex.WindowsZones.WindowsZone.t() | nil, zone: Timex.TimezoneInfo.t() }