Skip to content

ESQL: Support locale and timezone setting for date parsing #132487

@flash1293

Description

@flash1293

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions