Class ShadowTimeZoneFinder

    • Constructor Detail

      • ShadowTimeZoneFinder

        public ShadowTimeZoneFinder()
    • Method Detail

      • readTzlookup

        public static String readTzlookup()
        Reads tzlookup.xml from the files bundled inside android-all JARs. We need to read the file instead of passing in the path because the real implementation uses Paths which doesn't support reading from JARs.