add_days

Function add_days 

Source
pub fn add_days<Tz>(time: &DateTime<Tz>, days: i64) -> DateTime<Tz>
where Tz: TimeZone, <Tz as TimeZone>::Offset: Display,
Expand description

Add days to a DateTime