1 Index: tests/run-tests.pl
2 ===================================================================
3 --- tests/run-tests.pl (revision 2148)
4 +++ tests/run-tests.pl (working copy)
5 @@ -1655,16 +1655,16 @@
7 testcmd("../gpst -o ygraph date_error.mayko", # {{{
27 ===================================================================
28 --- gpst (revision 2148)
29 +++ gpst (working copy)
32 } elsif ($Opt{'output-format'} eq "ygraph") {
33 if (!length($Dat{'error'})) {
34 - my $Time = $print_time ? ($ep_time - $first_time) * 1 : 0;
35 + my $Time = $print_time ? ($Dat{'hour'} * 3600 + $Dat{'min'} * 60 + $Dat{'sec'}) : 0;
36 $Line .= "\"Time = $Time.0\n$Dat{'lon'} $Dat{'lat'}\n\n";
38 } elsif ($Opt{'output-format'} eq "csv") {