7e62ff2823
The date_histogram internally converts obsolete timezones (such as "Canada/Mountain") into their modern equivalent ("America/Edmonton"). But rollup just stored the TZ as provided by the user. When checking the TZ for query validation we used a string comparison, which would fail due to the date_histo's upgrading behavior. Instead, we should convert both to a TimeZone object and check if their rules are compatible. |
||
---|---|---|
.. | ||
cpp-snapshot | ||
licenses | ||
qa | ||
src | ||
build.gradle |