pub fn add_hours<Tz>(time: &DateTime<Tz>, hours: i64) -> DateTime<Tz>where Tz: TimeZone, <Tz as TimeZone>::Offset: Display,
Add hours to a DateTime