From 768d171f778bea9c76603f849770352d8e41385c Mon Sep 17 00:00:00 2001 From: Kevin Adams Date: Thu, 21 Jan 2016 07:35:07 -0700 Subject: [PATCH] Timezone: use forward slash Using a backslash causes errors when querying elasticsearch, but changing the back slash to forward slash on the timezone fixes it. Closes #16148 --- .../aggregations/bucket/datehistogram-aggregation.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/reference/aggregations/bucket/datehistogram-aggregation.asciidoc b/docs/reference/aggregations/bucket/datehistogram-aggregation.asciidoc index 5afff0cb89f..29ba5e49626 100644 --- a/docs/reference/aggregations/bucket/datehistogram-aggregation.asciidoc +++ b/docs/reference/aggregations/bucket/datehistogram-aggregation.asciidoc @@ -105,8 +105,7 @@ that bucketing should use a different time zone. Time zones may either be specified as an ISO 8601 UTC offset (e.g. `+01:00` or `-08:00`) or as a timezone id, an identifier used in the TZ database like -`America\Los_Angeles` (which would need to be escaped in JSON as -`"America\\Los_Angeles"`). +`America/Los_Angeles`. Consider the following example: