Closed nekevss closed 4 months ago
This adds some compare functions to Date and DateTime, and Ordering for ZonedDateTime.
compare
Date
DateTime
ZonedDateTime
The compare functions are notably different from Eq and PartialEq as they compare the internal ISO representation ignoring the Calendar
Eq
PartialEq
This adds some
compare
functions toDate
andDateTime
, and Ordering forZonedDateTime
.The compare functions are notably different from
Eq
andPartialEq
as they compare the internal ISO representation ignoring the Calendar