v.22.10Improvement

parseDataTimeBestEffort Enhances Support for Comma in Date-Time Format

parseDataTimeBestEffort now supports comma between date and time. Closes #42038. #42049 (flynn).
parseDateTimeBestEffort function now supports parsing date and time values separated by a comma.

Why it matters

This feature enhances the flexibility of the parseDateTimeBestEffort function by allowing it to correctly parse datetime strings where the date and time are separated by a comma, addressing parsing issues and improving compatibility with various datetime formats.

How to use it

Users can utilize this feature automatically when using the parseDateTimeBestEffort function. No additional configuration is required; the function now recognizes both space and comma as valid separators between date and time.