Home | History | Annotate | Download | only in timezone

Lines Matching refs:newDst

1119             boolean newDst = tz.useDaylightTime();
1120 if (useDst != newDst) {
1121 errln("FAIL: Modified zone(" + tz.getID() + ") - useDaylightTime has changed from " + useDst + " to " + newDst);