pub fn try_parse_monotonic_iso8601_timestamp<'a>(
    a: &'a str
) -> Option<NaiveDateTime>
Expand description

Parses a specific subset of ISO8061 timestamps.

This has very specific semantics so that it can enable pushdown on string timestamps in JSON. See doc/user/content/sql/functions/pushdown.md for details.