pub fn is_weekday<Tz: TimeZone>(time: &DateTime<Tz>) -> boolwhere Tz::Offset: Display,
Check if a DateTime is on a weekday (Monday-Friday)