Fix tzdata parser

This commit is contained in:
Alexey Andreev 2021-03-18 13:03:55 +03:00
parent f97484365c
commit 5d9d64303e

View File

@ -41,7 +41,7 @@ public class TimeZoneGenerator implements MetadataGenerator {
if (entry == null) {
break;
}
switch (entry.getName().substring(("tzdata" + TIMEZONE_DB_VERSION + "/").length())) {
switch (entry.getName()) {
case "africa":
case "antarctica":
case "asia":