View Source Timex.AmbiguousTimezoneInfo (timex v3.7.11)
Represents a choice of two possible timezone periods for a given point in time.
Link to this section Summary
Link to this section Types
@type t() :: %Timex.AmbiguousTimezoneInfo{ after: Timex.TimezoneInfo.t(), before: Timex.TimezoneInfo.t() }
Link to this section Functions
@spec new(before_tz :: Timex.TimezoneInfo.t(), after_tz :: Timex.TimezoneInfo.t()) :: t()