[BACK]Return to time.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/time.h between version 1.5 and 1.6

version 1.5, 1999/03/10 02:43:10 version 1.6, 1999/05/14 23:18:54
Line 78 
Line 78 
         int     tm_wday;        /* days since Sunday [0-6] */          int     tm_wday;        /* days since Sunday [0-6] */
         int     tm_yday;        /* days since January 1 [0-365] */          int     tm_yday;        /* days since January 1 [0-365] */
         int     tm_isdst;       /* Daylight Saving Time flag */          int     tm_isdst;       /* Daylight Saving Time flag */
         long    tm_gmtoff;      /* offset from CUT in seconds */          long    tm_gmtoff;      /* offset from UTC in seconds */
         char    *tm_zone;       /* timezone abbreviation */          char    *tm_zone;       /* timezone abbreviation */
 };  };
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6