Loading lib/Travelynx/Helper/HAFAS.pm +4 −3 Original line number Diff line number Diff line Loading @@ -86,8 +86,9 @@ sub get_departures_p { my ( $self, %opt ) = @_; my $when = ( $opt{timestamp}->clone // DateTime->now( time_zone => 'Europe/Berlin' ) ) = $opt{timestamp} ? $opt{timestamp}->clone : DateTime->now( time_zone => 'Europe/Berlin' ); ->subtract( minutes => $opt{lookbehind} ); return Travel::Status::DE::HAFAS->new_p( station => $opt{eva}, Loading Loading
lib/Travelynx/Helper/HAFAS.pm +4 −3 Original line number Diff line number Diff line Loading @@ -86,8 +86,9 @@ sub get_departures_p { my ( $self, %opt ) = @_; my $when = ( $opt{timestamp}->clone // DateTime->now( time_zone => 'Europe/Berlin' ) ) = $opt{timestamp} ? $opt{timestamp}->clone : DateTime->now( time_zone => 'Europe/Berlin' ); ->subtract( minutes => $opt{lookbehind} ); return Travel::Status::DE::HAFAS->new_p( station => $opt{eva}, Loading