Skip to content

Commit 83e84b5

Browse files
jmluyclintongormley
authored andcommitted
Update range-filter.asciidoc
Closes elastic#8741
1 parent f7dd4db commit 83e84b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-dsl/filters/range-filter.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ move them to UTC time based date:
5656
In the above example, `gte` will be actually moved to `2011-12-31T23:00:00` UTC date.
5757

5858
NOTE: if you give a date with a timezone explicitly defined and use the `time_zone` parameter, `time_zone` will be
59-
ignored. For example, setting `from` to `2012-01-01T00:00:00+01:00` with `"time_zone":"+10:00"` will still use `+01:00` time zone.
59+
ignored. For example, setting `gte` to `2012-01-01T00:00:00+01:00` with `"time_zone":"+10:00"` will still use `+01:00` time zone.
6060

6161
[float]
6262
==== Execution

0 commit comments

Comments
 (0)