pub fn extract_day<Tz: TimeZone>(time: &DateTime<Tz>) -> u32where Tz::Offset: Display,
Extract day from DateTime (1-31)