Sourced from time's changelog.
0.3.44 [2025-09-19]
Fixed
- Comparisons of
PrimitiveDateTime
,UtcDateTime
, andOffsetDateTime
with differing signs (i.e. one negative and one positive year) would return the inverse result of what was expected. This was introduced in v0.3.42 and has been fixed.- Type inference would fail due to feature unification when
wasm-bindgen
enabledserde_json
. This has been fixed by explicitly specifying the type in the relevant locations.
04c0ef2
v0.3.44 releaseb942063
Compare datetimes with signed integersdcdfbf6
Add explicit type to avoid inference errorsf203852
Revert "Remove dependency on itoa
"