for(String str : TimeZone.getAvailableIDs()) { System.out.println(str); }