Home
last modified time | relevance | path

Searched refs:_timezones (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/email/
D_parseaddr.py36 _timezones = {'UT':0, 'UTC':0, 'GMT':0, 'Z':0, variable
124 if tz in _timezones:
125 tzoffset = _timezones[tz]
/external/python/cpython3/Lib/email/
D_parseaddr.py36 _timezones = {'UT':0, 'UTC':0, 'GMT':0, 'Z':0, variable
153 if tz in _timezones:
154 tzoffset = _timezones[tz]
/external/python/cpython2/Lib/
Drfc822.py846 _timezones = {'UT':0, 'UTC':0, 'GMT':0, 'Z':0, variable
922 if tz in _timezones:
923 tzoffset = _timezones[tz]