TimeZoneInfo.Transformer.Abbr (TimeZoneInfo v0.7.8)

View Source

This module provides some functions to create time zone abbreviations.

Summary

Types

The format of a zone_abbr.

The letters for the zone abbr format.

Types

format()

@type format() ::
  {:string, String.t()} | {:template, String.t()} | {:choice, [String.t()]}

The format of a zone_abbr.

letters()

@type letters() :: String.t() | nil

The letters for the zone abbr format.

Functions

create(format, utc_offset, std_offset \\ 0, letters \\ nil)

Creates the zone abbr.