Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_timezones

841 _timezones = {'UT':0, 'UTC':0, 'GMT':0, 'Z':0,
917 if tz in _timezones:
918 tzoffset = _timezones[tz]