diff options
-rwxr-xr-x | v4l/scripts/hghead.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 = <IN>) { my $time = str2time($1); if ($time) { - print "#Date: $time\n"; + print "#Date: $time 0\n"; } else { print "#Date: $1\n"; } |