Skip to content

Commit 8b60101

Browse files
authored
Update datehistogram-aggregation.asciidoc
There is an error on the sign of the timezone, when we're in UTC - 1, our midnight occurs 1h AFTER midnight in UTC. For the statement to be correct, it should be in UTC + 1 (Timezone of Madrid in winter)
1 parent 499cc70 commit 8b60101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/aggregations/bucket/datehistogram-aggregation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ on 1 October 2015:
410410
---------------------------------
411411
// TESTRESPONSE[s/\.\.\./"took": $body.took,"timed_out": false,"_shards": $body._shards,"hits": $body.hits,/]
412412

413-
If you specify a `time_zone` of `-01:00`, midnight in that time zone is one hour
413+
If you specify a `time_zone` of `+01:00`, midnight in that time zone is one hour
414414
before midnight UTC:
415415

416416
[source,console]

0 commit comments

Comments
 (0)