TimeZones.transition_range
— Functiontransition_range(dt::DateTime, tz::VariableTimeZone, context::Type{Union{Local,UTC}}) -> UnitRange
Finds the indexes of the tz
transitions which may be applicable for the dt
. The given DateTime is expected to be local to the time zone or in UTC as specified by context
. Note that UTC context will always return a range of length one.