pub fn is_valid_rfc3339_time(s: &str) -> boolExpand description
Return true when s is an RFC 3339 partial-time (HH:MM:SS[.fraction]).
AFDATA intentionally rejects Z/offset suffixes here: time-only fields are
not instants and cannot be resolved through timezone rules without a date.