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