v.23.6Improvement
Added Date and Time Arguments to Syslog Timestamp Format in DateTime Functions
Added the possibility to use date and time arguments in the syslog timestamp format in functionsparseDateTimeBestEffort*andparseDateTime64BestEffort*. #50925 (Victor Krasnov).
Why it matters
This feature allows users to easily parse syslog-style timestamp strings directly using the best-effort date/time parsing functions, solving the problem of handling syslog timestamp formats without additional manual pre-processing or custom parsing logic.How to use it
Use the functionsparseDateTimeBestEffort* or parseDateTime64BestEffort* with input strings containing syslog timestamp formats. The functions will automatically recognize and parse syslog-formatted date and time arguments.