From 24edc621edbaf5ddb22c97de7be466adc03f9cb0 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 27 May 2006 00:11:31 -0700 Subject: [PATCH] * Fix the date format used in headers --- scripts/process.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= <