From owner-freebsd-commit Sun Apr 9 01:37:05 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA12008 for commit-outgoing; Sun, 9 Apr 1995 01:37:05 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA11995 for cvs-CVSROOT-outgoing; Sun, 9 Apr 1995 01:36:58 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA11976 ; Sun, 9 Apr 1995 10:36:36 +0200 Date: Sun, 9 Apr 1995 10:36:36 +0200 From: Joerg Wunsch Message-Id: <199504090836.KAA11976@freefall.cdrom.com> To: CVS-commiters, cvs-CVSROOT Subject: cvs commit: CVSROOT log_accum.pl Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/09 10:36:31 Modified: . log_accum.pl Log: Remove the TZ variable from the enironment before calling localtime() to get the commit timestamp. This makes the time stamps comparable. I'm rather in favour for using gmtime() instead of localtime(), but i guess i cannot convince all you american guys. :) I'll let up the RCS checkout to our CVS master...