HomeSort by relevance Sort by last modified time
    Searched refs:org_TZ (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_time.py 155 org_TZ = environ.get('TZ',None)
198 if org_TZ is not None:
199 environ['TZ'] = org_TZ
  /external/python/cpython2/Lib/test/
test_time.py 221 org_TZ = environ.get('TZ',None)
269 if org_TZ is not None:
270 environ['TZ'] = org_TZ
  /external/python/cpython3/Lib/test/
test_time.py 339 org_TZ = environ.get('TZ',None)
389 if org_TZ is not None:
390 environ['TZ'] = org_TZ
    [all...]

Completed in 210 milliseconds