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 functions parseDateTimeBestEffort* and parseDateTime64BestEffort*. #50925 (Victor Krasnov).
Added support for parsing date and time arguments formatted as syslog timestamps in the parseDateTimeBestEffort* and parseDateTime64BestEffort* functions.

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 functions parseDateTimeBestEffort* or parseDateTime64BestEffort* with input strings containing syslog timestamp formats. The functions will automatically recognize and parse syslog-formatted date and time arguments.