pub fn check_ts(
context: &'static str,
cutoff: i32,
) -> impl Fn(NaiveDateTime) -> Option<NaiveDateTime>Expand description
Check a date and convert to a timestamp.
pub fn check_ts(
context: &'static str,
cutoff: i32,
) -> impl Fn(NaiveDateTime) -> Option<NaiveDateTime>Check a date and convert to a timestamp.