Searched refs:tzid (Results 1 – 1 of 1) sorted by relevance
602 String tzid = zoneId.getId(); // throws an NPE if null in getTimeZone() local603 char c = tzid.charAt(0); in getTimeZone()605 tzid = "GMT" + tzid; in getTimeZone()606 } else if (c == 'Z' && tzid.length() == 1) { in getTimeZone()607 tzid = "UTC"; in getTimeZone()609 return getTimeZone(tzid); in getTimeZone()