fix(date): typo in date/time format
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
7d078b7b14
commit
261cc2c7be
1 changed files with 1 additions and 1 deletions
|
@ -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")]
|
||||
|
|
Loading…
Reference in a new issue