time_zone_info v0.1.0 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 section Functions
Link to this function
transform(iana_data, version, opts \\ [lookahead: 15])
View Sourcetransform(TimeZoneInfo.IanaParser.output(), version :: String.t(), opts()) :: TimeZoneInfo.data()
Transforms the iana_data
into a map of type TimeZoneInfo.data()
.