Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftype-time.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 31 May 2001 01:48:01 -0500 (CDT)
guy         2001/05/31 01:48:01 CDT

  Modified files:
    epan/ftypes          ftype-time.c 
  Log:
  Display all the digits of the microsecond field of an absolute time
  value.
  
  Check that the microseconds field of an absolute time is valid, if it's
  present.
  
  Set "tm_isdst" in the "struct tm" handed to "mktime()" to -1, so that
  "mktime()" will attempt to figure out whether the time is daylight
  savings time or not.
  
  Check that "mktime()" was able to convert the time.
  
  Revision  Changes    Path
  1.6       +59 -19    ethereal/epan/ftypes/ftype-time.c