Home
last modified time | relevance | path

Searched refs:_timezones (Results 1 – 2 of 2) 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/cpython2/Lib/
Drfc822.py846 _timezones = {'UT':0, 'UTC':0, 'GMT':0, 'Z':0, variable
922 if tz in _timezones:
923 tzoffset = _timezones[tz]