Home
last modified time | relevance | path

Searched refs:TZPATH (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Lib/zoneinfo/
D_tzpath.py6 global TZPATH
28 TZPATH = tuple(base_tzpath)
68 for search_path in TZPATH:
136 for tz_root in TZPATH:
174 TZPATH = () variable
D__init__.py25 return _tzpath.TZPATH
/third_party/python/Doc/library/
Dzoneinfo.rst106 directories specified in :data:`TZPATH` for a file matching ``key``, and on
110 1. The default :data:`TZPATH` when not otherwise specified can be configured at
112 2. :data:`TZPATH` can be configured using :ref:`an environment variable
122 The default :data:`TZPATH` includes several common deployment locations for the
127 the compile-time option ``TZPATH`` (or, more likely, the :option:`configure
131 On all platforms, the configured value is available as the ``TZPATH`` key in
139 When initializing :data:`TZPATH` (either at import time or whenever
366 Sets or resets the time zone search path (:data:`TZPATH`) for the module.
367 When called with no arguments, :data:`TZPATH` is set to the default value.
371 ``TZPATH`` in the case of a cache miss.
[all …]
/third_party/python/Lib/test/test_zoneinfo/
D_support.py90 old_path = self.module.TZPATH
Dtest_zoneinfo.py1556 tzpath = self.module.TZPATH
1591 tzpath = self.module.TZPATH
1598 self.assertSequenceEqual(self.module.TZPATH, ("/a/b/c",))
1631 query_0 = self.module.TZPATH
1634 query_1 = self.module.TZPATH
/third_party/python/Lib/test/test_zoneinfo/data/
Dupdate_test_data.py45 for path in map(pathlib.Path, zoneinfo.TZPATH):
/third_party/python/
Dconfigure.ac3045 # Empty string is allowed: it indicates no system TZPATH
3057 TZPATH="/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
3061 [Select the default time zone search path for zoneinfo.TZPATH]),
3069 TZPATH="$withval"
3074 [validate_tzpath "$TZPATH"
3075 AC_MSG_RESULT("$TZPATH")])
3076 AC_SUBST(TZPATH) subst
DMakefile.pre.in209 # Default zoneinfo.TZPATH. Added here to expose it in sysconfig.get_config_var
210 TZPATH=@TZPATH@
Dconfigure10528 TZPATH="/usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo"
10541 TZPATH="$withval"
10548 validate_tzpath "$TZPATH"
10549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: \"$TZPATH\"" >&5
10550 $as_echo "\"$TZPATH\"" >&6; }
/third_party/python/Doc/using/
Dconfigure.rst60 Select the default time zone search path for :data:`zoneinfo.TZPATH`.
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch1764 + 'TZPATH',
1791 vars['TZPATH'] = ''
10819 + self.assertTrue(any(os.path.exists(p) for p in zoneinfo.TZPATH))