You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem can be corrected but doing so makes it impossible to use an ambiguous or non-existent LZDT as an AnchoredInterval anchor. This can also be corrected by making _isfinite(x::LaxZonedDateTime) = isrepresentable(x) but this implies that ambiguous/non-existent values are finite which doesn't seem right to me.
I suspect we may want to have non-representable values with ordering.
The text was updated successfully, but these errors were encountered:
An unrepresentable
LaxZonedDateTime
is supposed to be treated like aNaN
. However currently:This problem can be corrected but doing so makes it impossible to use an ambiguous or non-existent LZDT as an
AnchoredInterval
anchor. This can also be corrected by making_isfinite(x::LaxZonedDateTime) = isrepresentable(x)
but this implies that ambiguous/non-existent values are finite which doesn't seem right to me.I suspect we may want to have non-representable values with ordering.
The text was updated successfully, but these errors were encountered: