From Jakub Zawadzki via bug #4289: (Fix for) Frame arrival times (pcap)

are 1 hour more than timestamps in txt


svn path=/trunk/; revision=31195
This commit is contained in:
Stephen Fisher 2009-12-08 07:12:59 +00:00
parent 6db27eb8a2
commit 772e36f433
1 changed files with 1 additions and 0 deletions

View File

@ -1328,6 +1328,7 @@ parse_options (int argc, char *argv[])
ts_sec = time(0); /* initialize to current time */
timecode_default = *localtime(&ts_sec);
timecode_default.tm_isdst = -1; /* Unknown for now, depends on time given to the strptime() function */
/* Display summary of our state */
if (!quiet) {