pub fn is_same_day<Tz>(time1: &DateTime<Tz>, time2: &DateTime<Tz>) -> boolwhere Tz: TimeZone, <Tz as TimeZone>::Offset: Display,
Check if two DateTimes are on the same day