From 69211a7468249d41bff8efb9d8c2375242f4e5e7 Mon Sep 17 00:00:00 2001 From: Debian BTS Date: Fri, 11 Aug 2006 17:08:19 -0700 Subject: [PATCH] * Fix cloned bugs being wrongly set up as blockers * Use RFC compliant dates in headers --- debian/changelog | 1 + scripts/process.in | 2 +- scripts/service.in | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index af1d1265..2cc915aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -123,6 +123,7 @@ debbugs (2.4.2) UNRELEASED; urgency=low - Don't lc owner or forwarded at submit time (closes: #288384) - Explain how to close bugs in the ack message (closes: #37605) - Make the moreinfo ack more general (closes: #70810) + - Use RFC compliant dates in headers (closes: #362935) -- Colin Watson Fri, 20 Jun 2003 18:57:25 +0100 diff --git a/scripts/process.in b/scripts/process.in index f7f72a66..5cd9f135 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -64,7 +64,7 @@ chomp @msg; print DEBUG "###\n",join("##\n",@msg),"\n###\n"; -my $tdate = strftime "%a, %d %h %Y %T UTC", gmtime; +my $tdate = strftime "%a, %d %h %Y %T +0000", gmtime; my $fwd= <