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