Fixed arrival time.

This commit is contained in:
2026-05-19 08:37:30 +01:00
parent e758edd45a
commit cef6faa05f
6 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ pub struct Gtfs {
#[derive(Debug)]
pub struct Arrival<'a> {
pub departure_time: NaiveTime,
pub departure_time: i64,
pub route: &'a Route,
pub stop: &'a Stop,
pub stop_time: &'a RawStopTime,