Home | History | Annotate | Download | only in intltest

Lines Matching refs:tzoffset

128     int32_t tzoffset = uprv_timezone();
129 if ((tzoffset % 900) != 0) {
137 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset);
142 logln("hostZone->getRawOffset() = %d , tzoffset = %d", hostZoneRawOffset, tzoffset * (-1000));
145 if (hostZoneRawOffset != tzoffset * (-1000)) {