summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se::util::TimeZone.java (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-11-06. Fix a possible problem building the JDK in the GMT+0 time zone. WhenGreg Lewis1-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>