From owner-cvs-usrsbin Thu Sep 28 08:28:55 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA17577 for cvs-usrsbin-outgoing; Thu, 28 Sep 1995 08:28:55 -0700 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA17562 ; Thu, 28 Sep 1995 08:28:42 -0700 Date: Thu, 28 Sep 1995 08:28:42 -0700 From: "Garrett A. Wollman" Message-Id: <199509281528.IAA17562@freefall.freebsd.org> To: CVS-commiters, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump util.c Sender: owner-cvs-usrsbin@FreeBSD.org Precedence: bulk wollman 95/09/28 08:28:41 Modified: usr.sbin/tcpdump/tcpdump util.c Log: Correctly determine the local timezone, by looking at the tm_gmtoff result from localtime() rather than the bogus struct tz filled in by gettimeofday.