From 52a46b4e73254e188725f762306992263c7a1395 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 9 Jan 2008 12:15:36 -0200 Subject: Fix date parsing for mailimport script to work From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- v4l/scripts/hghead.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4l/scripts/hghead.pl b/v4l/scripts/hghead.pl index af8b7914f..9a6389311 100755 --- a/v4l/scripts/hghead.pl +++ b/v4l/scripts/hghead.pl @@ -53,7 +53,7 @@ while ($line = ) { my $time = str2time($1); if ($time) { - print "#Date: $time\n"; + print "#Date: $time 0\n"; } else { print "#Date: $1\n"; } -- cgit v1.2.3