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
@@ -2,7 +2,7 @@ mod arrival;
mod loader;
mod utils;
pub mod structs;
use chrono::{DateTime, Local, NaiveTime, Timelike};
use chrono::{DateTime, Local, Timelike};
use log::{debug};
use std::{
collections::{HashMap, HashSet}, fs::File, io::Error