Unverified Commit 67b2fa47 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

correctly show local time in route element of queried IRIS station

parent 83dc1548
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -874,6 +874,12 @@ sub render_train {
							  = [ $load->{FIRST}, $load->{SECOND} ];
						}
					}
					$departure->{tz_offset}   = $route->[$i]{tz_offset};
					$departure->{local_dt_da} = $route->[$i]{local_dt_da};
					$departure->{local_sched_arr}
					  = $route->[$i]{local_sched_arr};
					$departure->{local_sched_dep}
					  = $route->[$i]{local_sched_dep};
					last;
				}
			}