Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2017597 | 1.1.6 | Mark Davis | P3 | Closed | Fixed | 1.1.6 |
Name: mf23781 Date: 10/28/97
java.text.SimpleDateFormat.initialize()
should use TimeZone.getDefault() to pick up the time zone
like the Calendar class. It currently uses
TimeZone.getTimeZone(formatDate.zoneStrings[0][0])
======================================================================
- backported by
-
JDK-2017597 Bug in SimpleDateFormat.initialize()
-
- Closed
-