summaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-j2se-util-TimeZone_md.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* . Fix various problems with time zone handling including:Greg Lewis2005-05-121-0/+100
. /etc/localtime is a symlink. . /etc/localtime contains a time zone not recognised by the JDK. Submitted by: Kurt Miller <truk@optonline.net> Reviewed by: maintainer timeout