Christoph Büscher 30fd70f07b Aggregations: Simplify time zone option in date_histogram
Removed the existing `pre_zone` and `post_zone` option in `date_histogram` in favor of
the simpler `time_zone` option. Previously, specifying different values for these could
lead to confusing scenarios where ES would return bucket keys that are not UTC.
Now `time_zone` is the only option setting, the calculation of date buckets to take place in the
preferred time zone, but after rounding converting the bucket key values back to UTC.

Closes #9062
Closes #9637
2015-02-16 16:54:06 +01:00
..
2015-02-12 13:09:16 +01:00
2015-02-12 12:10:11 +01:00
2015-02-13 21:11:42 +01:00
2014-09-11 09:52:09 +02:00
2015-02-11 19:25:10 +01:00
2014-08-21 10:34:39 +02:00
2014-12-30 17:40:51 +01:00