fn make_date_inner<F: FnMut(i32)>(
year: i32,
month: i32,
day: i32,
date_consumer_fn: F,
) -> Result<()>Expand description
Converts the year/month/day fields to an i32 representing the days from
the unix epoch and invokes date_consumer_fn with the value