Home | History | Annotate | Download | only in format

Lines Matching defs:tz2

688         TimeZone tz2 = fmt.parse("++America/Los_Angeles", new ParsePosition(2));
689 if (tz2 == null) {
692 } else if (!expectedTZ.equals(tz2)) {
693 errln("Parsed TimeZone: '" + tz2.getID() + "' using parse(String, ParsePosition) - expected: "