Home
last modified time | relevance | path

Searched refs:TZPATH (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/zoneinfo/
H A D_tzpath.py6 global TZPATH
25 sysconfig.get_config_var("TZPATH")
28 TZPATH = tuple(base_tzpath)
68 for search_path in TZPATH:
98 f"ZoneInfo keys must refer to subdirectories of TZPATH, got: {path}"
136 for tz_root in TZPATH:
174 TZPATH = () variable
H A D__init__.py5 "TZPATH",
24 if name == "TZPATH":
25 return _tzpath.TZPATH
31 return sorted(list(globals()) + ["TZPATH"])
/third_party/python/Lib/test/test_zoneinfo/data/
H A Dupdate_test_data.py43 """Get the first zoneinfo directory on TZPATH containing the "UTC" zone."""
45 for path in map(pathlib.Path, zoneinfo.TZPATH):
/third_party/python/Lib/test/test_zoneinfo/
H A D_support.py90 old_path = self.module.TZPATH
H A Dtest_zoneinfo.py60 Adds a setUp() and tearDown() to make TZPATH manipulations thread-safe.
62 Any tests that require manipulation of the TZPATH global are necessarily
63 thread unsafe, so we will acquire a lock and reset the TZPATH variable
233 "../zoneinfo/America/Los_Angeles", # Traverses above TZPATH
1544 # reset the environment TZPATH.
1563 tzpath = self.module.TZPATH
1598 tzpath = self.module.TZPATH
1605 self.assertSequenceEqual(self.module.TZPATH, ("/a/b/c",))
1638 query_0 = self.module.TZPATH
1641 query_1 = self.module.TZPATH
[all...]
/third_party/python/
H A Dconfigure872 TZPATH
1836 Select the default time zone search path for zoneinfo.TZPATH
13183 # Empty string is allowed: it indicates no system TZPATH
13194 TZPATH="/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
13208 TZPATH="$withval"
13215 validate_tzpath "$TZPATH"
13216 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: \"$TZPATH\"" >&5
13217 printf "%s\n" "\"$TZPATH\"" >&6; }

Completed in 26 milliseconds