HomeSort by relevance Sort by last modified time
    Searched refs:tzsign (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 134 tzsign = -1
137 tzsign = 1
138 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 134 tzsign = -1
137 tzsign = 1
138 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 927 tzsign = -1
930 tzsign = 1
931 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 927 tzsign = -1
930 tzsign = 1
931 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60)
    [all...]

Completed in 45 milliseconds