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

Diff of /classpath/java/util/TimeZone.java

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

revision 1.16 by jochen, Tue Feb 20 19:02:02 2001 UTC revision 1.17 by cbj, Fri Sep 21 04:22:08 2001 UTC
# Line 27  executable file might be covered by the Line 27  executable file might be covered by the
27    
28  package java.util;  package java.util;
29  import java.text.DateFormatSymbols;  import java.text.DateFormatSymbols;
30    import gnu.classpath.Configuration;
31    
32  /**  /**
33   * This class represents a time zone offset and handles daylight savings.   * This class represents a time zone offset and handles daylight savings.
# Line 742  public abstract class TimeZone implement Line 743  public abstract class TimeZone implement
743    /* Look up default timezone */    /* Look up default timezone */
744    static    static
745    {    {
746      System.loadLibrary("javautil");      if (Configuration.INIT_LOAD_LIBRARY)
747          {
748            System.loadLibrary("javautil");
749          }
750      String tzid = System.getProperty("user.timezone");      String tzid = System.getProperty("user.timezone");
751    
752      // XXX: Remove call to getDefaultTimeZoneId after java.lang.System      // XXX: Remove call to getDefaultTimeZoneId after java.lang.System

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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