diff options
Diffstat (limited to 'cgi/index.pl')
-rw-r--r-- | cgi/index.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index c60ea12..dd12186 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -114,8 +114,8 @@ sub render_image { my $time = $d->time; my $etr; - my $dt_dep = $strp_simple->parse_datetime($time) - // $strp_full->parse_datetime($time); + my $dt_dep = $strp_full->parse_datetime($time) + // $strp_simple->parse_datetime($time); my $dt; if ((@grep_line and not ($line ~~ \@grep_line)) or |