pub fn is_past<Tz>(time: &DateTime<Tz>, now: &DateTime<Tz>) -> boolwhere Tz: TimeZone, <Tz as TimeZone>::Offset: Display,
Check if a DateTime is in the past