ICU-10518 Fixed an infinite loop problem in observesDaylightTime() revealed by tzdata2013h integration.
X-SVN-Rev: 34618
This commit is contained in:
parent
ae7ffe938b
commit
e980695446
@ -362,6 +362,7 @@ public class OlsonTimeZone extends BasicTimeZone {
|
||||
if (dstOffsetAt(trsIdx - 1) != 0) {
|
||||
return true;
|
||||
}
|
||||
trsIdx--;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user