summaryrefslogtreecommitdiff
path: root/bin/hafas-m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/hafas-m')
-rwxr-xr-xbin/hafas-m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/hafas-m b/bin/hafas-m
index 7779077..7a379f0 100755
--- a/bin/hafas-m
+++ b/bin/hafas-m
@@ -184,7 +184,7 @@ for my $d ( $status->results() ) {
push(
@output,
[
- $d->time,
+ $d->sched_time,
$d->is_cancelled
? 'CANCELED'
: ( $d->delay ? sprintf( '%+d', $d->delay ) : q{} ),