/[classpath]/classpath/java/text/SimpleDateFormat.java
ViewVC logotype

Diff of /classpath/java/text/SimpleDateFormat.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.28.2.5 by gnu_andrew, Wed Jan 26 02:30:49 2005 UTC revision 1.28.2.6 by gnu_andrew, Sat Jan 29 02:45:23 2005 UTC
# Line 850  public class SimpleDateFormat extends Da Line 850  public class SimpleDateFormat extends Da
850                    {                    {
851                      found_zone = true;                      found_zone = true;
852                      saw_timezone = true;                      saw_timezone = true;
853                        calendar.set(Calendar.DST_OFFSET, 0);
854                      offset = simpleOffset.intValue();                      offset = simpleOffset.intValue();
855                    }                    }
856                  else                  else

Legend:
Removed from v.1.28.2.5  
changed lines
  Added in v.1.28.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26