Skip to main content

is_valid_rfc3339_time

Function is_valid_rfc3339_time 

Source
pub fn is_valid_rfc3339_time(s: &str) -> bool
Expand 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.