pub fn is_iso8601_instant(value: &str) -> boolExpand 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.