Description
Date parsing is often timezone/locale dependent, however DATE_PARSE doesn't support this.
These could be added as additional arguments:
ROW date_string = "2022-05-06 12:12"
| EVAL date = DATE_PARSE("yyyy-MM-dd hh:mm", date_string, "Europe/Berlin", "de-DE")
It should work similarly to the existing ingest pipeline processor