mirror of
https://github.com/openjdk/jdk8u.git
synced 2025-12-10 10:44:16 -06:00
8350816: [8u] Update TzdbZoneRulesCompiler to ignore HST/EST/MST links
Reviewed-by: serb, sgehwolf
This commit is contained in:
parent
8f8531c0a5
commit
6a7d893928
@ -640,6 +640,9 @@ public final class TzdbZoneRulesCompiler {
|
||||
builtZones.remove("EST");
|
||||
builtZones.remove("HST");
|
||||
builtZones.remove("MST");
|
||||
links.remove("EST");
|
||||
links.remove("HST");
|
||||
links.remove("MST");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user