From 748aec53e2b249652f6b45a754b7c63b3c314e95 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 16 Nov 2023 20:04:10 +0100 Subject: Rename {arr,dep}_datetime to {arr,dep} This is consistent with the naming of sched_{arr,dep} and rt_{arr,dep} as well ase the accessors of Travel::Status::DE::HAFAS::Stop --- bin/hafas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/hafas') diff --git a/bin/hafas b/bin/hafas index 354268a..5fdf34d 100755 --- a/bin/hafas +++ b/bin/hafas @@ -332,7 +332,7 @@ for my $res ( $hafas->connections ) { "%-5s %-${have_delay}s ab %s%s%s\n", $sec->dep_cancelled ? '--:--' - : $sec->dep_datetime->strftime('%H:%M'), + : $sec->dep->strftime('%H:%M'), format_delay( $sec->dep_delay ), $sec->dep_loc->name, $sec->dep_platform ? q{: } : q{}, @@ -342,7 +342,7 @@ for my $res ( $hafas->connections ) { "%-5s %-${have_delay}s an %s%s%s\n", $sec->arr_cancelled ? '--:--' - : $sec->arr_datetime->strftime('%H:%M'), + : $sec->arr->strftime('%H:%M'), format_delay( $sec->arr_delay ), $sec->arr_loc->name, $sec->arr_platform ? q{: } : q{}, -- cgit v1.2.3