time_zone_info v0.3.0 TimeZoneInfo.Transformer.RuleSet View Source
A rule set is a set of IANA rules with one entry per rule execution.
Link to this section Summary
Functions
Generates transitions for the given rule_set
.
Generates the transitions for the given zone_state
.
Link to this section Types
Link to this section Functions
Link to this function
transitions(rule_set, utc_offset, format)
View Sourcetransitions(t(), Calendar.utc_offset(), TimeZoneInfo.Transformer.Abbr.format()) :: [TimeZoneInfo.transition()]
Generates transitions for the given rule_set
.
Link to this function
transitions(rule_set, since, zone_state, last_utc_offset, last_std_offset, last_rule \\ nil, acc \\ [])
View Sourcetransitions( t(), TimeZoneInfo.GregorianSeconds.t(), TimeZoneInfo.IanaParser.zone_state(), Calendar.utc_offset(), Calendar.std_offset(), rule() | nil, [TimeZoneInfo.transition()] ) :: {[TimeZoneInfo.transition()], TimeZoneInfo.GregorianSeconds.t(), Calendar.std_offset()}
Generates the transitions for the given zone_state
.