pub fn utf8_to_naive_timestamp_ns_scalar(value: &str, fmt: &str) -> Option<i64>
Expand description

Parses value to Option<i64> consistent with the Arrow’s definition of timestamp without timezone.