v.25.9Improvement

Simplified (and avoided some bugs) a logic

Simplified (and avoided some bugs) a logic related to parsing Time/Time64 in the best_effort mode. #84730 (Yarik Briukhovetskyi).
Simplified and improved the parsing logic for Time and Time64 data types in best_effort mode, fixing related bugs.

Why it matters

This feature addresses issues and reduces complexity in parsing Time and Time64 values when using the best_effort parsing mode. It enhances reliability and correctness of time data interpretation, preventing errors and inconsistencies during data ingestion or query execution.

How to use it

Users can benefit from this improvement automatically when using parsing with the best_effort mode for Time or Time64 data types. No additional configuration is needed; the simplified and fixed logic is applied internally.