24:00 end/start DST rules can cause the JRE to throw an IllegalArgumentException.
We should relax the parsing methods to allow 24:00 to become a valid timestamp. This is being worked through CR 6851214.
For the purpose of tzupdater, java classes can't be updated. The new rule causing issue is the Jordan rule. We should revert back to the old rule for the short term. The new rule does not affect time calculations until March 2011.
< Rule Jordan 2002 max - Mar lastFri 0:00s 1:00 S
> Rule Jordan 2002 max - Mar lastThu 24:00 1:00 S
We should relax the parsing methods to allow 24:00 to become a valid timestamp. This is being worked through CR 6851214.
For the purpose of tzupdater, java classes can't be updated. The new rule causing issue is the Jordan rule. We should revert back to the old rule for the short term. The new rule does not affect time calculations until March 2011.
< Rule Jordan 2002 max - Mar lastFri 0:00s 1:00 S
> Rule Jordan 2002 max - Mar lastThu 24:00 1:00 S
- relates to
-
JDK-6851214 (tz) New Jordan rule creates a failure for SimpleTimeZone parsing post tzdata2009h
- Closed