Lines Matching refs:tzoffset
122 tzoffset = None125 tzoffset = _timezones[tz]128 tzoffset = int(tz)132 if tzoffset:133 if tzoffset < 0:135 tzoffset = -tzoffset138 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60)140 return yy, mm, dd, thh, tmm, tss, 0, 1, -1, tzoffset