fix(date): typo in date/time format
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
hex (asiago) 2024-07-13 20:34:05 +02:00
parent 7d078b7b14
commit 261cc2c7be

View file

@ -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")]