Home
last modified time | relevance | path

Searched refs:UTC_ZONES (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dcookielib.py120 UTC_ZONES = {"GMT": None, "UTC": None, "UT": None, "Z": None} variable
125 if tz in UTC_ZONES:
/external/python/cpython3/Lib/http/
Dcookiejar.py126 UTC_ZONES = {"GMT": None, "UTC": None, "UT": None, "Z": None} variable
131 if tz in UTC_ZONES: