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

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

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

The format of a zone_abbr.

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

The letters for the zone abbr format.

Functions

Link to this function

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

View Source
@spec create(format(), Calendar.std_offset(), letters()) :: String.t()

Creates the zone abbr.