summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se::util::TimeZone.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Update to patchset 4.Greg Lewis2007-01-221-21/+0
| | | | Notes: svn path=/head/; revision=182990
* . Fix a possible problem building the JDK in the GMT+0 time zone. WhenGreg Lewis2006-11-061-0/+21
building, the JDK zone info file doesn't exist yet, so attempting to get the zone info for GMT_ID would fail. Submitted by: Kurt Miller <kurt@intricatesoftware.com> Notes: svn path=/head/; revision=176642