Searched refs:stdOffset (Results 1 – 1 of 1) sorted by relevance
295 int stdOffset = tzone.getRawOffset(); in printAllZoneLocalizations() local296 Integer standardOffset = new Integer(-stdOffset); in printAllZoneLocalizations()297 String name = tzf.getFormattedZone(zone, "vvvv", false, stdOffset, false); in printAllZoneLocalizations()298 String gmt = tzf.getFormattedZone(zone, "ZZZZ", false, stdOffset, false); in printAllZoneLocalizations()