From c6f1a2a649ceabfec13fc72052b44a5f6f6527fd Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 21 Jul 2006 14:29:43 -0700 Subject: [PATCH] * Use RFC compliant dates in headers --- debian/changelog | 1 + scripts/process.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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= <