mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Fix tzdata parser
This commit is contained in:
parent
f97484365c
commit
5d9d64303e
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue
Block a user