-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P2
-
Affects Version/s: 1.2.2
-
Component/s: tools
-
b02
-
generic
-
generic
The 1.2.2 release of the tzupdater131 tool contains the incorrect date for Pacific/Auckland.
Current end DST rule for this timezone is :
Calendar.MARCH, 15, -Calendar.SUNDAY, 2*ONE_HOUR, SimpleTimeZone.STANDARD_TIME,
It should be :
Calendar.APRIL, 1, -Calendar.SUNDAY, 2*ONE_HOUR, SimpleTimeZone.STANDARD_TIME,
For clarification, the new rule means DST will end on the first Sunday in April for this timezone.
Current end DST rule for this timezone is :
Calendar.MARCH, 15, -Calendar.SUNDAY, 2*ONE_HOUR, SimpleTimeZone.STANDARD_TIME,
It should be :
Calendar.APRIL, 1, -Calendar.SUNDAY, 2*ONE_HOUR, SimpleTimeZone.STANDARD_TIME,
For clarification, the new rule means DST will end on the first Sunday in April for this timezone.