You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We store our timestamps as UTC in Elasticsearch. When we use the expressions like today or now-1d with the date range queries, we can get incorrect results. Looking at the ES documentation, it looks like there is a way to provide the local timezone:
We store our timestamps as UTC in Elasticsearch. When we use the expressions like
today
ornow-1d
with the date range queries, we can get incorrect results. Looking at the ES documentation, it looks like there is a way to provide the local timezone:https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html#range-query-time-zone
Would it be possible to add this feature into this package ?
Thanks
-Selim
The text was updated successfully, but these errors were encountered: