Sept. 5, 2024
9:12 p.m.
+1 The java timezone updater fails with the following error message: Caused by: java.lang.IllegalArgumentException: Unknown month: April at tools.tzdb.TzdbZoneRulesProvider$MonthDayTime.parseMonth(TzdbZoneRulesProvider.java:391) Marc Howard Hinnant via tz wrote:
A change to this commit: https://github.com/eggert/tz/commit/812aff32b32c02266361d5538351e0db2a1aee5b
has broken the database parser I wrote. I believe it to be an accidental breakage. “April” was used instead of “Apr”. This is the only place in the database that full month names are used.
Would it be possible to fix this and issue a new release?
Howard