TimeZoneInfo.Transformer.ZoneState (TimeZoneInfo v0.6.0) View Source
The transformer for time-zones.
Link to this section Summary
Functions
Transforms the IanaPraser.zone data in a list of TimeZoneInfo.transition.
Returns the until datetime for the given zone_state and std_offset.
Link to this section Functions
Specs
transform( [TimeZoneInfo.IanaParser.zone_state()], TimeZoneInfo.IanaParser.output(), TimeZoneInfo.data_config() ) :: [TimeZoneInfo.transition()]
Transforms the IanaPraser.zone data in a list of TimeZoneInfo.transition.
Specs
until(TimeZoneInfo.IanaParser.zone_state(), Calendar.std_offset()) :: TimeZoneInfo.gregorian_seconds()
Returns the until datetime for the given zone_state and std_offset.