pub fn date32_to_date_opt(days: i32) -> Option<NaiveDate>
converts a i32 representing a date32 to NaiveDate
i32
date32
NaiveDate