]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Use RFC compliant dates in headers
authorDon Armstrong <don@volo>
Fri, 21 Jul 2006 21:29:43 +0000 (14:29 -0700)
committerDon Armstrong <don@volo>
Fri, 21 Jul 2006 21:29:43 +0000 (14:29 -0700)
debian/changelog
scripts/process.in

index af1d1265a13565ff456dfe4a7924d1146eae32cf..2cc915aacce359a01845f0d52fb5a3c618762384 100644 (file)
@@ -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 <cjwatson@debian.org>  Fri, 20 Jun 2003 18:57:25 +0100
index f7f72a6672ea3e698f8b69fff54e7f961d9de6ff..5cd9f1358f35bc95599685dfdd6962e1ba002bea 100755 (executable)
@@ -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= <<END;
 Received: via spool by $baddress\@$gEmailDomain id=$nn
           (code $codeletter ref $tryref); $tdate