time_zone_info v0.1.1 TimeZoneInfo.Transformer View Source

The Transformer transfers the parsed IANA data into the required format for TimeZoneInfo.

Link to this section Summary

Functions

Transforms the iana_data into a map of type TimeZoneInfo.data().

Link to this section Types

Link to this type

opts()

View Source
opts() :: [{:lookahead, non_neg_integer()}]

Link to this section Functions

Link to this function

transform(iana_data, version, opts \\ [lookahead: 15])

View Source
transform(TimeZoneInfo.IanaParser.output(), version :: String.t(), opts()) ::
  TimeZoneInfo.data()

Transforms the iana_data into a map of type TimeZoneInfo.data().