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