diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-02 19:12:16 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-04-02 19:12:16 +0200 |
commit | fcc79e14eec5aaa6556498ba0df65da11207f33e (patch) | |
tree | 3d7128b1e1ab74d5c41ccbae47aa6b9017ab25b6 /lib/Travel/Status | |
parent | 4670348869ad61c33a6d9d9e6eb88587cb8273b3 (diff) |
HAFAS(3pm): add time_zone entry to service description
Diffstat (limited to 'lib/Travel/Status')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index c21169f..40351fe 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -1398,6 +1398,11 @@ MOT bits supported by the backend. I<arrayref> contains either strings transit, with the first entry referring to the MOT identifier and the second one containing a slightly longer description of it). +=item B<time_zone> => I<string> (optional) + +The time zone this service reports arrival/departure times in. If this key is +not present, it is safe to assume that it uses Europe/Berlin. + =back =item Travel::Status::DE::HAFAS::get_services() |