8350816: [8u] Update TzdbZoneRulesCompiler to ignore HST/EST/MST links

Reviewed-by: serb, sgehwolf
This commit is contained in:
Dmitry Cherepanov 2025-02-28 10:32:29 +00:00
parent 8f8531c0a5
commit 6a7d893928

View File

@ -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");
}
/**