From: Don Armstrong Date: Sat, 27 May 2006 07:11:31 +0000 (-0700) Subject: * Fix the date format used in headers X-Git-Tag: release/2.6.0~585^2^2~103^2~8 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=24edc621edbaf5ddb22c97de7be466adc03f9cb0;p=debbugs.git * Fix the date format used in headers --- diff --git a/scripts/process.in b/scripts/process.in index c6a58d74..74c5308c 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= <