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