Fixed converted date with time_zone (#4956)

Signed-off-by: toyozaki <61676668+toyozaki@users.noreply.github.com>
This commit is contained in:
toyozaki 2023-09-06 04:18:10 +09:00 committed by GitHub
parent 516e616f24
commit 5d69b132b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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}