From b6519344b082330137f4720b2d0191fa29e13057 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 20 Jun 2025 12:44:30 +0200 Subject: MOTIS->new: respect time_zone setting --- lib/Travel/Status/MOTIS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Travel/Status/MOTIS.pm b/lib/Travel/Status/MOTIS.pm index a4be9ec..9ad1942 100644 --- a/lib/Travel/Status/MOTIS.pm +++ b/lib/Travel/Status/MOTIS.pm @@ -59,7 +59,7 @@ sub new { results => [], station => $conf{station}, user_agent => $user_agent, - time_zone => 'local', + time_zone => $conf{time_zone} // 'local', }; bless( $self, $obj ); -- cgit v1.2.3