Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix date math zone test to use negative minutes
Joda classes for timezones accepted positive minutes when a negative hours was used, but Java time expects negative minutes when negative hours are used. This commit fixes tests to ensure negative minutes are used with negative hours. closes elastic#78783
- Loading branch information