v.22.10Improvement
parseDataTimeBestEffort Enhances Support for Comma in Date-Time Format
parseDataTimeBestEffort now supports comma between date and time. Closes #42038. #42049 (flynn).Why it matters
This feature enhances the flexibility of theparseDateTimeBestEffort 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 theparseDateTimeBestEffort function. No additional configuration is required; the function now recognizes both space and comma as valid separators between date and time.