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
Since LaxZonedDateTime extends/generalises the functionality of the Dates and TimeZones interface, it would be nice if the methods defined in this package were backwards-compatible, i.e. if we could overload isvalid, isinvalid, isambiguous, isnonexistent for DateTimes and ZonedDateTimes.
This is useful in cases where ZonedDateTimes/LaxZonedDateTimes are used interchangeably but the is conditional behavoiur whether the time variable given isvalid or not.
The text was updated successfully, but these errors were encountered:
Since
LaxZonedDateTime
extends/generalises the functionality of theDates
andTimeZones
interface, it would be nice if the methods defined in this package were backwards-compatible, i.e. if we could overloadisvalid
,isinvalid
,isambiguous
,isnonexistent
forDateTimes
andZonedDateTimes
.This is useful in cases where
ZonedDateTimes
/LaxZonedDateTimes
are used interchangeably but the is conditional behavoiur whether the time variable givenisvalid
or not.The text was updated successfully, but these errors were encountered: