parse-zoneinfo v0.3.0
pitdicker
released this
16 Apr 05:25
·
355 commits
to main
since this release
Support the ">= includes next month" (and <= prev) semantics from zic
.
Commit in tz c86b7fb7b0 changed the tz database to use >= to mean "overflow days into the next month, if necessary".
This is unfortunately a breaking change, because the month might change and we need to communicate that back out of .to_concrete_day()
.