Lines Matching full:tzoffset
108 int32_t tzoffset = uprv_timezone();
109 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset);
111 if (tzoffset < 0)
112 tzoffset = -tzoffset;
113 if ((*saveDefault == *pstZone) && (tzoffset != 28800)) {
117 if ((tzoffset % 900) != 0) {
125 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset);