Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle locales with the same daylight savings time start and end
If the first and second transition DateTime objects are the same, `ValidateAdjustmentRule` will throw an exception. I'm unsure why these would be the same, but we do see that occur for some locales. In that case, just exit early. This change corrects Unity case 1160695.
- Loading branch information