pub fn cast_string_to_timestamp<'a>(
    a: &'a str
) -> Result<CheckedTimestamp<NaiveDateTime>, EvalError>