MyApp.Cldr.DateTime.Format.gmt_zero_format
You're seeing just the function
gmt_zero_format
, go back to MyApp.Cldr.DateTime.Format module for more information.
Specs
gmt_zero_format(Cldr.Locale.locale_name() | Cldr.LanguageTag.t()) :: {:ok, String.t()} | {:error, {module(), String.t()}}
Returns the GMT format string for a for a timezone with an offset of zero for a given locale.
Arguments
locale
is any locale returned byCldr.known_locale_names/0
Example
iex> Elixir.MyApp.Cldr.DateTime.Format.gmt_zero_format "en"
{:ok, "GMT"}