cjdoris / Infinity.jl

Representation of infinity in Julia

Home Page:https://juliahub.com/docs/Infinity/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ZonedDateTime

fchorney opened this issue · comments

This needs a promote_rule to support ZonedDateTime promotion from TimeZones.jl

Base.promote_rule(::Type{InfExtendedTime{T}}, ::Type{S}) where {T<:TimeType, S<:ZonedDateTime} = InfExtendedTime(promote_type(T, S))