-
Bug
-
Resolution: Fixed
-
P1
-
1.4.2_15
-
b05
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2172368 | 7 | Unassigned | P4 | Closed | Not an Issue | |
JDK-2172367 | 6-pool | Unassigned | P4 | Closed | Not an Issue | |
JDK-2172366 | 5.0-pool | Unassigned | P5 | Closed | Not an Issue | |
JDK-2175507 | 1.4.2_21 | Sean Coffey | P3 | Resolved | Fixed | b02 |
The java 1.4.2_15 Calendar add(DAY_OF_YEAR, 1) does not always increment the date for Brazil time zone. The problem dates that do not increment are: 20081004 and 20081011.
Code snippet:
Calendar tmpDate = (Calendar) earlestTime.clone();
.....
tmpDate.add(Calendar.DAY_OF_YEAR, 1); // problem
Code snippet:
Calendar tmpDate = (Calendar) earlestTime.clone();
.....
tmpDate.add(Calendar.DAY_OF_YEAR, 1); // problem
- backported by
-
JDK-2175507 The java 1.4.2_15 Calendar add(DAY_OF_YEAR, 1) does not always increment the date for Brazil TZ.
-
- Resolved
-
-
JDK-2172367 The java 1.4.2_15 Calendar add(DAY_OF_YEAR, 1) does not always increment the date for Brazil TZ.
-
- Closed
-
-
JDK-2172368 The java 1.4.2_15 Calendar add(DAY_OF_YEAR, 1) does not always increment the date for Brazil TZ.
-
- Closed
-
-
JDK-2172366 The java 1.4.2_15 Calendar add(DAY_OF_YEAR, 1) does not always increment the date for Brazil TZ.
-
- Closed
-
- relates to
-
JDK-4958050 GregorianCalendar changes hour field when adding one day
-
- Closed
-