Update tzdata

This commit is contained in:
Alexey Andreev 2021-03-18 12:00:27 +03:00
parent 822382d7f7
commit 4fe012740d
3 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.teavm.platform.metadata.MetadataGeneratorContext;
import org.teavm.platform.metadata.ResourceMap;
public class TimeZoneGenerator implements MetadataGenerator {
public static final String TIMEZONE_DB_VERSION = "2019b";
public static final String TIMEZONE_DB_VERSION = "2021a";
public static final String TIMEZONE_DB_PATH = "org/teavm/classlib/impl/tz/tzdata" + TIMEZONE_DB_VERSION + ".zip";
public static void compile(ZoneInfoCompiler compiler, ClassLoader classLoader) {