private static String getZoneExemplarLocation(Locale locale, TimeZone tz) {
   return TimeZoneNames.getExemplarLocation(locale.toString(), tz.getID());
 }