- logln(UnicodeString("SHORT zone name = ") + zones[rowCount-3][4]);
- if (zones[rowCount-3][4] != jstShort) {
- errln("*** Should have been " + jstShort);
- //throw new Exception("Error in short TZ name");
+// logln(UnicodeString("Short zone name = ") + zones[index][2]);
+// if (zones[index][2] != jstShort) {
+// errln("*** Should have been " + prettify(jstShort) + " but it is: " + prettify(zones[index][2]));
+// //throw new Exception("Error in short TZ name");
+// }
+ logln(UnicodeString("Long zone name = ") + zones[index][3]);
+ if (zones[index][3] != jdtLong) {
+ errln("*** Should have been " + prettify(jstLong) + " but it is: " + prettify(zones[index][3]));
+ //throw new Exception("Error in long TZ name");