1 2 3 4 5
pub use chrono::NaiveDate as Date; pub fn today() -> Date { chrono::offset::Local::now().date_naive() }