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