Home | History | Annotate | Download | only in python2.7

Lines Matching refs:tzsign

927             tzsign = -1
930 tzsign = 1
931 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60)