Function gitql_ast::date_utils::is_valid_time_format
source · pub fn is_valid_time_format(time_str: &str) -> bool
Expand 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) -> bool
Check if String literal is matching SQL time format: HH:MM:SS or HH:MM:SS.SSS