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 (#78796)
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 #78783
- Loading branch information