Fixed converted date with time_zone (#4956)
Signed-off-by: toyozaki <61676668+toyozaki@users.noreply.github.com>
This commit is contained in:
parent
516e616f24
commit
5d69b132b0
|
@ -182,7 +182,7 @@ GET /products/_search
|
|||
```
|
||||
{% include copy-curl.html %}
|
||||
|
||||
The preceding query specifies the `-04:00` offset, so the `gte` parameter is converted to `2022-04-17T10:00:00 UTC`.
|
||||
The preceding query specifies the `-04:00` offset, so the `gte` parameter is converted to `2022-04-17T02:00:00 UTC`.
|
||||
|
||||
The `time_zone` parameter does not affect the `now` value.
|
||||
{: .note}
|
||||
|
|
Loading…
Reference in New Issue