Home | History | Annotate | Download | only in intltest

Lines Matching refs:tzoffset

117     int32_t tzoffset = uprv_timezone();
118 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset);
120 if (tzoffset < 0)
121 tzoffset = -tzoffset;
122 if ((*saveDefault == *pstZone) && (tzoffset != 28800)) {
126 if ((tzoffset % 900) != 0) {
134 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset);