Searched refs:_timezones (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/email/ | ||
H A D | _parseaddr.py | 36 _timezones = {'UT':0, 'UTC':0, 'GMT':0, 'Z':0, variable 161 if tz in _timezones: 162 tzoffset = _timezones[tz] |
Completed in 1 milliseconds