diff --git a/src/main.rs b/src/main.rs index bc88407..1b5428e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -23,7 +23,7 @@ use crate::logger::iwakulog::{LogLevel, log}; const ASSETS_DIR: &str = "./assets"; const GUEST_MESSAGES: &str = "./guests.json"; -const DATE_TIME_FORMAT: &str = "%Y-%m%d | %H:%M"; +const DATE_TIME_FORMAT: &str = "%Y-%m-%d | %H:%M"; #[derive(Serialize, Deserialize)] #[serde(crate = "rocket::serde")]