pub fn extract_hour<Tz: TimeZone>(time: &DateTime<Tz>) -> u32where Tz::Offset: Display,
Extract hour from DateTime (0-23)