]> git.donarmstrong.com Git - debbugs.git/commitdiff
* Fix the date format used in headers
authorDon Armstrong <don@volo>
Sat, 27 May 2006 07:11:31 +0000 (00:11 -0700)
committerDon Armstrong <don@volo>
Sat, 27 May 2006 07:11:31 +0000 (00:11 -0700)
scripts/process.in

index c6a58d74b9426815273b36027bec5289739d3555..74c5308ca89b53c2414f353427294aa23e01f5ee 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