Skip to main content

is_iso8601_instant

Function is_iso8601_instant 

Source
pub fn is_iso8601_instant(value: &str) -> bool
Expand description

Structural ISO-8601 instant check (YYYY-MM-DDTHH:MM:SS[.fff](Z|±HH:MM)) for time literals, with calendar-field range validation. Kept dependency-free: the runtime compares instants via SQLite strftime.