From cde37793f358d7023f107fd3201bbf3bc2882c41 Mon Sep 17 00:00:00 2001 From: Ian <30798206+ianhuang92@users.noreply.github.com> Date: Wed, 6 Mar 2019 18:14:58 +0800 Subject: [PATCH] Correct date in daterange-aggregation.asciidoc (#39727) --- .../aggregations/bucket/daterange-aggregation.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/aggregations/bucket/daterange-aggregation.asciidoc b/docs/reference/aggregations/bucket/daterange-aggregation.asciidoc index 4b172402da9e..16080160e965 100644 --- a/docs/reference/aggregations/bucket/daterange-aggregation.asciidoc +++ b/docs/reference/aggregations/bucket/daterange-aggregation.asciidoc @@ -209,7 +209,7 @@ POST /sales/_search?size=0 // CONSOLE // TEST[setup:sales] -<1> This date will be converted to `2016-02-15T00:00:00.000+01:00`. +<1> This date will be converted to `2016-02-01T00:00:00.000+01:00`. <2> `now/d` will be rounded to the beginning of the day in the CET time zone. ==== Keyed Response