Index: java/text/SimpleDateFormat.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/text/SimpleDateFormat.java,v retrieving revision 1.35 diff -u -3 -p -u -r1.35 SimpleDateFormat.java --- java/text/SimpleDateFormat.java 25 Jan 2005 19:52:49 -0000 1.35 +++ java/text/SimpleDateFormat.java 29 Jan 2005 02:17:50 -0000 @@ -850,6 +850,7 @@ public class SimpleDateFormat extends Da { found_zone = true; saw_timezone = true; + calendar.set(Calendar.DST_OFFSET, 0); offset = simpleOffset.intValue(); } else