pub fn parse_timestamp_literal(s: &str) -> Option<i64>Expand description
Parse YYYY-MM-DD[ HH:MM:SS[.ffffff]] into a Timestamp
(microseconds since Unix epoch). The time portion is optional;
missing → midnight. The fractional portion accepts 1–6 digits and
pads with zeros to microseconds.