diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Travel/Status/MOTIS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |
