From: Don Armstrong Date: Fri, 21 Jul 2006 21:29:43 +0000 (-0700) Subject: * Use RFC compliant dates in headers X-Git-Tag: release/2.6.0~599^2~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c6f1a2a649ceabfec13fc72052b44a5f6f6527fd;p=debbugs.git * Use RFC compliant dates in headers --- 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= <