v.22.1Improvement
Support Millisecond Precision in parseDateTimeBestEffort Function
Support Unix timestamp with milliseconds in parseDateTimeBestEffort function. #33276 (Ben).Why it matters
This feature enables parsing of Unix timestamps that include milliseconds, improving the accuracy and flexibility of datetime parsing for users working with high-precision time data.How to use it
Use theparseDateTimeBestEffort function as usual; it now automatically handles Unix timestamps with milliseconds without requiring additional parameters or changes in syntax.