Display the arrival time correctly

This commit is contained in:
2026-05-21 07:40:01 +01:00
parent cef6faa05f
commit c13411065a
9 changed files with 173 additions and 35 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ pub struct Prefs {
pub struct DisplayEntry {
pub route: String,
pub destination: String,
pub due_in: i64,
pub departure_time: u32,
}
pub struct DisplayData {