Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 1995 08:00:41 +0200 (MET DST)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        gnats@freefall.FreeBSD.org (GNU GNATS)
Cc:        freebsd-bugs@freefall.FreeBSD.org
Subject:   Re: List of open Problem Reports
Message-ID:  <199508280600.IAA10566@uriah.heep.sax.de>
In-Reply-To: <199508261130.EAA13346@freefall.FreeBSD.org> from "GNU GNATS" at Aug 26, 95 04:30:08 am

next in thread | previous in thread | raw e-mail | index | archive | help
As GNU GNATS wrote:
> 
> This is the list of currently open problem reports
> 
...
> [1995/08/23] kern/707      Too few printf args
   ^^^^

Well, they look ok now, but:

> This is the list of problem reports already analyzed:
...
> [PDT/08/11] bin/671       No quot available.
   ^^^

I've totally forgot about the `analyzed' section.  Can somebody apply
this patch again?

--- send-bug-summary~	Mon Aug 14 19:48:01 1995
+++ send-bug-summary	Mon Aug 28 07:58:36 1995
@@ -50,6 +50,8 @@
 	$number = &getline($_);
     } elsif (/Arrival-Date:/) {
 	$date = &getline($_);
+	# strip timezone if any (between HH:MM:SS and YYYY at end of line):
+	$date =~ s/(\d\d:\d\d:\d\d)\D+(\d{4})$/\1 \2/;
 	($dow,$mon,$day,$time,$year) = split(/[ \t]+/, $date);
 	$day = "0$day" if $day =~ /^[0-9]$/;
 	$date = "$year/$mons{$mon}/$day";


-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508280600.IAA10566>