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