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