View Source TimeZoneInfo.Transformer.Abbr (TimeZoneInfo v0.6.1)

This module provides some functions to create time zone abbreviations.

Link to this section Summary

Types

The format of a zone_abbr.

The letters for the zone abbr format.

Link to this section Types

Specs

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

The format of a zone_abbr.

Specs

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

The letters for the zone abbr format.

Link to this section Functions

Link to this function

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

View Source

Specs

Creates the zone abbr.