Function cast_timestamp_to_date

Source
fn cast_timestamp_to_date(
    a: CheckedTimestamp<NaiveDateTime>,
) -> Result<Date, EvalError>