Skip to content

Commit

Permalink
Fix problem with rounding being dependent upon time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek committed Aug 16, 2021
1 parent 62b09e5 commit f3401d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ private static TransformConfig newTransformConfigWithDateHistogram(String transf
null,
false,
new DateHistogramGroupSource.FixedInterval(new DateHistogramInterval(dateHistogramInterval.getStringRep())),
randomBoolean() ? randomZone() : null
null
);
Supplier<SingleGroupSource> singleGroupSourceSupplier =
new Supplier<>() {
Expand Down

0 comments on commit f3401d0

Please sign in to comment.