Open kiju98 opened 3 days ago
Pinging @elastic/es-analytical-engine (Team:Analytics)
Per documentation, ES|QL only supports UTC at the moment (e.g it does not support timezones) : https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-limitations.html#esql-limitations-timezone
Thank you for the answer. That's sad though :( I hope the timezone support will be added soon.
Not sure if the lack of support for UTC might be it. I think parsing should read the timezone as is and then only output in UTC, b/c we support no other TZs. I'll have a look.
Elasticsearch Version
8.16.0
Installed Plugins
No response
Java Version
bundled
OS Version
Linux amd64 5.15.0-1032-gcp
Problem Description
produces
but
produces
I suspect
date_parse
in ES|QL ignores the timezone offset. Will you look into it, please?Steps to Reproduce
You can run
, which produces
I think
@timestamp
should be "2022-07-12T01:24:10.000Z".Logs (if relevant)
No response