Function gitql_ast::date_utils::is_valid_time_format
source ยท pub fn is_valid_time_format(time_str: &str) -> boolExpand description
Check if String literal is matching SQL time format: HH:MM:SS or HH:MM:SS.SSS
pub fn is_valid_time_format(time_str: &str) -> boolCheck if String literal is matching SQL time format: HH:MM:SS or HH:MM:SS.SSS