Searched refs:_timezones (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Lib/email/ |
D | _parseaddr.py | 36 _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.py | 36 _timezones = {'UT':0, 'UTC':0, 'GMT':0, 'Z':0, variable 153 if tz in _timezones: 154 tzoffset = _timezones[tz]
|
/external/python/cpython2/Lib/ |
D | rfc822.py | 846 _timezones = {'UT':0, 'UTC':0, 'GMT':0, 'Z':0, variable 922 if tz in _timezones: 923 tzoffset = _timezones[tz]
|