pub fn subtract_hours<Tz: TimeZone>( time: &DateTime<Tz>, hours: i64, ) -> DateTime<Tz>where Tz::Offset: Display,
Subtract hours from a DateTime