/[classpath]/classpath/java/util/SimpleTimeZone.java
ViewVC logotype

Diff of /classpath/java/util/SimpleTimeZone.java

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

revision 1.18 by mkoch, Tue Jun 15 14:44:41 2004 UTC revision 1.19 by gnu_andrew, Fri Jan 7 09:38:28 2005 UTC
# Line 70  public class SimpleTimeZone extends Time Line 70  public class SimpleTimeZone extends Time
70    /**    /**
71     * The daylight savings offset.  This is a positive offset in     * The daylight savings offset.  This is a positive offset in
72     * milliseconds with respect to standard time.  Typically this     * milliseconds with respect to standard time.  Typically this
73     * is one hour, but for some time zones this may be half an our.     * is one hour, but for some time zones this may be half an hour.
74     * @serial     * @serial
75     * @since JDK1.1.4     * @since JDK1.1.4
76     */     */
# Line 693  public class SimpleTimeZone extends Time Line 693  public class SimpleTimeZone extends Time
693          boolean afterStart = !isBefore(year, month, day, dayOfWeek, millis,          boolean afterStart = !isBefore(year, month, day, dayOfWeek, millis,
694                                         startMode, startMonth,                                         startMode, startMonth,
695                                         startDay, startDayOfWeek, startTime);                                         startDay, startDayOfWeek, startTime);
696          boolean beforeEnd = isBefore(year, month, day, dayOfWeek, millis,          boolean beforeEnd = isBefore(year, month, day, dayOfWeek,
697                                         millis + dstSavings,
698                                       endMode, endMonth,                                       endMode, endMonth,
699                                       endDay, endDayOfWeek, endTime);                                       endDay, endDayOfWeek, endTime);
700    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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