gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

749 lines
60KB

  1. <!DOCTYPE html>
  2. <html lang="en" data-content_root="../">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <meta property="og:title" content="zoneinfo — IANA time zone support" />
  7. <meta property="og:type" content="website" />
  8. <meta property="og:url" content="https://docs.python.org/3/library/zoneinfo.html" />
  9. <meta property="og:site_name" content="Python documentation" />
  10. <meta property="og:description" content="Source code: Lib/zoneinfo The zoneinfo module provides a concrete time zone implementation to support the IANA time zone database as originally specified in PEP 615. By default, zoneinfo uses the s..." />
  11. <meta property="og:image" content="https://docs.python.org/3/_static/og-image.png" />
  12. <meta property="og:image:alt" content="Python documentation" />
  13. <meta name="description" content="Source code: Lib/zoneinfo The zoneinfo module provides a concrete time zone implementation to support the IANA time zone database as originally specified in PEP 615. By default, zoneinfo uses the s..." />
  14. <meta property="og:image:width" content="200" />
  15. <meta property="og:image:height" content="200" />
  16. <meta name="theme-color" content="#3776ab" />
  17. <title>zoneinfo — IANA time zone support &#8212; Python 3.12.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
  18. <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
  19. <link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=bb723527" />
  20. <link id="pygments_dark_css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css" href="../_static/pygments_dark.css?v=b20cc3f5" />
  21. <script src="../_static/documentation_options.js?v=2c828074"></script>
  22. <script src="../_static/doctools.js?v=888ff710"></script>
  23. <script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
  24. <script src="../_static/sidebar.js"></script>
  25. <link rel="search" type="application/opensearchdescription+xml"
  26. title="Search within Python 3.12.3 documentation"
  27. href="../_static/opensearch.xml"/>
  28. <link rel="author" title="About these documents" href="../about.html" />
  29. <link rel="index" title="Index" href="../genindex.html" />
  30. <link rel="search" title="Search" href="../search.html" />
  31. <link rel="copyright" title="Copyright" href="../copyright.html" />
  32. <link rel="next" title="calendar — General calendar-related functions" href="calendar.html" />
  33. <link rel="prev" title="datetime — Basic date and time types" href="datetime.html" />
  34. <link rel="canonical" href="https://docs.python.org/3/library/zoneinfo.html" />
  35. <style>
  36. @media only screen {
  37. table.full-width-table {
  38. width: 100%;
  39. }
  40. }
  41. </style>
  42. <link rel="stylesheet" href="../_static/pydoctheme_dark.css" media="(prefers-color-scheme: dark)" id="pydoctheme_dark_css">
  43. <link rel="shortcut icon" type="image/png" href="../_static/py.svg" />
  44. <script type="text/javascript" src="../_static/copybutton.js"></script>
  45. <script type="text/javascript" src="../_static/menu.js"></script>
  46. <script type="text/javascript" src="../_static/search-focus.js"></script>
  47. <script type="text/javascript" src="../_static/themetoggle.js"></script>
  48. </head>
  49. <body>
  50. <div class="mobile-nav">
  51. <input type="checkbox" id="menuToggler" class="toggler__input" aria-controls="navigation"
  52. aria-pressed="false" aria-expanded="false" role="button" aria-label="Menu" />
  53. <nav class="nav-content" role="navigation">
  54. <label for="menuToggler" class="toggler__label">
  55. <span></span>
  56. </label>
  57. <span class="nav-items-wrapper">
  58. <a href="https://www.python.org/" class="nav-logo">
  59. <img src="../_static/py.svg" alt="Python logo"/>
  60. </a>
  61. <span class="version_switcher_placeholder"></span>
  62. <form role="search" class="search" action="../search.html" method="get">
  63. <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" class="search-icon">
  64. <path fill-rule="nonzero" fill="currentColor" d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 001.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 00-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 005.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path>
  65. </svg>
  66. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" />
  67. <input type="submit" value="Go"/>
  68. </form>
  69. </span>
  70. </nav>
  71. <div class="menu-wrapper">
  72. <nav class="menu" role="navigation" aria-label="main navigation">
  73. <div class="language_switcher_placeholder"></div>
  74. <label class="theme-selector-label">
  75. Theme
  76. <select class="theme-selector" oninput="activateTheme(this.value)">
  77. <option value="auto" selected>Auto</option>
  78. <option value="light">Light</option>
  79. <option value="dark">Dark</option>
  80. </select>
  81. </label>
  82. <div>
  83. <h3><a href="../contents.html">Table of Contents</a></h3>
  84. <ul>
  85. <li><a class="reference internal" href="#"><code class="xref py py-mod docutils literal notranslate"><span class="pre">zoneinfo</span></code> — IANA time zone support</a><ul>
  86. <li><a class="reference internal" href="#using-zoneinfo">Using <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code></a></li>
  87. <li><a class="reference internal" href="#data-sources">Data sources</a><ul>
  88. <li><a class="reference internal" href="#configuring-the-data-sources">Configuring the data sources</a><ul>
  89. <li><a class="reference internal" href="#compile-time-configuration">Compile-time configuration</a></li>
  90. <li><a class="reference internal" href="#environment-configuration">Environment configuration</a></li>
  91. <li><a class="reference internal" href="#runtime-configuration">Runtime configuration</a></li>
  92. </ul>
  93. </li>
  94. </ul>
  95. </li>
  96. <li><a class="reference internal" href="#the-zoneinfo-class">The <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> class</a><ul>
  97. <li><a class="reference internal" href="#string-representations">String representations</a></li>
  98. <li><a class="reference internal" href="#pickle-serialization">Pickle serialization</a></li>
  99. </ul>
  100. </li>
  101. <li><a class="reference internal" href="#functions">Functions</a></li>
  102. <li><a class="reference internal" href="#globals">Globals</a></li>
  103. <li><a class="reference internal" href="#exceptions-and-warnings">Exceptions and warnings</a></li>
  104. </ul>
  105. </li>
  106. </ul>
  107. </div>
  108. <div>
  109. <h4>Previous topic</h4>
  110. <p class="topless"><a href="datetime.html"
  111. title="previous chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">datetime</span></code> — Basic date and time types</a></p>
  112. </div>
  113. <div>
  114. <h4>Next topic</h4>
  115. <p class="topless"><a href="calendar.html"
  116. title="next chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">calendar</span></code> — General calendar-related functions</a></p>
  117. </div>
  118. <div role="note" aria-label="source link">
  119. <h3>This Page</h3>
  120. <ul class="this-page-menu">
  121. <li><a href="../bugs.html">Report a Bug</a></li>
  122. <li>
  123. <a href="https://github.com/python/cpython/blob/main/Doc/library/zoneinfo.rst"
  124. rel="nofollow">Show Source
  125. </a>
  126. </li>
  127. </ul>
  128. </div>
  129. </nav>
  130. </div>
  131. </div>
  132. <div class="related" role="navigation" aria-label="related navigation">
  133. <h3>Navigation</h3>
  134. <ul>
  135. <li class="right" style="margin-right: 10px">
  136. <a href="../genindex.html" title="General Index"
  137. accesskey="I">index</a></li>
  138. <li class="right" >
  139. <a href="../py-modindex.html" title="Python Module Index"
  140. >modules</a> |</li>
  141. <li class="right" >
  142. <a href="calendar.html" title="calendar — General calendar-related functions"
  143. accesskey="N">next</a> |</li>
  144. <li class="right" >
  145. <a href="datetime.html" title="datetime — Basic date and time types"
  146. accesskey="P">previous</a> |</li>
  147. <li><img src="../_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"/></li>
  148. <li><a href="https://www.python.org/">Python</a> &#187;</li>
  149. <li class="switchers">
  150. <div class="language_switcher_placeholder"></div>
  151. <div class="version_switcher_placeholder"></div>
  152. </li>
  153. <li>
  154. </li>
  155. <li id="cpython-language-and-version">
  156. <a href="../index.html">3.12.3 Documentation</a> &#187;
  157. </li>
  158. <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li>
  159. <li class="nav-item nav-item-2"><a href="datatypes.html" accesskey="U">Data Types</a> &#187;</li>
  160. <li class="nav-item nav-item-this"><a href=""><code class="xref py py-mod docutils literal notranslate"><span class="pre">zoneinfo</span></code> — IANA time zone support</a></li>
  161. <li class="right">
  162. <div class="inline-search" role="search">
  163. <form class="inline-search" action="../search.html" method="get">
  164. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" id="search-box" />
  165. <input type="submit" value="Go" />
  166. </form>
  167. </div>
  168. |
  169. </li>
  170. <li class="right">
  171. <label class="theme-selector-label">
  172. Theme
  173. <select class="theme-selector" oninput="activateTheme(this.value)">
  174. <option value="auto" selected>Auto</option>
  175. <option value="light">Light</option>
  176. <option value="dark">Dark</option>
  177. </select>
  178. </label> |</li>
  179. </ul>
  180. </div>
  181. <div class="document">
  182. <div class="documentwrapper">
  183. <div class="bodywrapper">
  184. <div class="body" role="main">
  185. <section id="module-zoneinfo">
  186. <span id="zoneinfo-iana-time-zone-support"></span><h1><a class="reference internal" href="#module-zoneinfo" title="zoneinfo: IANA time zone support"><code class="xref py py-mod docutils literal notranslate"><span class="pre">zoneinfo</span></code></a> — IANA time zone support<a class="headerlink" href="#module-zoneinfo" title="Link to this heading">¶</a></h1>
  187. <div class="versionadded">
  188. <p><span class="versionmodified added">New in version 3.9.</span></p>
  189. </div>
  190. <p><strong>Source code:</strong> <a class="reference external" href="https://github.com/python/cpython/tree/3.12/Lib/zoneinfo">Lib/zoneinfo</a></p>
  191. <hr class="docutils" />
  192. <p>The <a class="reference internal" href="#module-zoneinfo" title="zoneinfo: IANA time zone support"><code class="xref py py-mod docutils literal notranslate"><span class="pre">zoneinfo</span></code></a> module provides a concrete time zone implementation to
  193. support the IANA time zone database as originally specified in <span class="target" id="index-0"></span><a class="pep reference external" href="https://peps.python.org/pep-0615/"><strong>PEP 615</strong></a>. By
  194. default, <a class="reference internal" href="#module-zoneinfo" title="zoneinfo: IANA time zone support"><code class="xref py py-mod docutils literal notranslate"><span class="pre">zoneinfo</span></code></a> uses the system’s time zone data if available; if no
  195. system time zone data is available, the library will fall back to using the
  196. first-party <a class="reference external" href="https://pypi.org/project/tzdata/">tzdata</a> package available on PyPI.</p>
  197. <div class="admonition seealso">
  198. <p class="admonition-title">See also</p>
  199. <dl class="simple">
  200. <dt>Module: <a class="reference internal" href="datetime.html#module-datetime" title="datetime: Basic date and time types."><code class="xref py py-mod docutils literal notranslate"><span class="pre">datetime</span></code></a></dt><dd><p>Provides the <a class="reference internal" href="datetime.html#datetime.time" title="datetime.time"><code class="xref py py-class docutils literal notranslate"><span class="pre">time</span></code></a> and <a class="reference internal" href="datetime.html#datetime.datetime" title="datetime.datetime"><code class="xref py py-class docutils literal notranslate"><span class="pre">datetime</span></code></a>
  201. types with which the <a class="reference internal" href="#zoneinfo.ZoneInfo" title="zoneinfo.ZoneInfo"><code class="xref py py-class docutils literal notranslate"><span class="pre">ZoneInfo</span></code></a> class is designed to be used.</p>
  202. </dd>
  203. <dt>Package <a class="reference external" href="https://pypi.org/project/tzdata/">tzdata</a></dt><dd><p>First-party package maintained by the CPython core developers to supply
  204. time zone data via PyPI.</p>
  205. </dd>
  206. </dl>
  207. </div>
  208. <div class="availability docutils container">
  209. <p><a class="reference internal" href="intro.html#availability"><span class="std std-ref">Availability</span></a>: not Emscripten, not WASI.</p>
  210. <p>This module does not work or is not available on WebAssembly platforms
  211. <code class="docutils literal notranslate"><span class="pre">wasm32-emscripten</span></code> and <code class="docutils literal notranslate"><span class="pre">wasm32-wasi</span></code>. See
  212. <a class="reference internal" href="intro.html#wasm-availability"><span class="std std-ref">WebAssembly platforms</span></a> for more information.</p>
  213. </div>
  214. <section id="using-zoneinfo">
  215. <h2>Using <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code><a class="headerlink" href="#using-zoneinfo" title="Link to this heading">¶</a></h2>
  216. <p><a class="reference internal" href="#zoneinfo.ZoneInfo" title="zoneinfo.ZoneInfo"><code class="xref py py-class docutils literal notranslate"><span class="pre">ZoneInfo</span></code></a> is a concrete implementation of the <a class="reference internal" href="datetime.html#datetime.tzinfo" title="datetime.tzinfo"><code class="xref py py-class docutils literal notranslate"><span class="pre">datetime.tzinfo</span></code></a>
  217. abstract base class, and is intended to be attached to <code class="docutils literal notranslate"><span class="pre">tzinfo</span></code>, either via
  218. the constructor, the <a class="reference internal" href="datetime.html#datetime.datetime.replace" title="datetime.datetime.replace"><code class="xref py py-meth docutils literal notranslate"><span class="pre">datetime.replace</span></code></a>
  219. method or <a class="reference internal" href="datetime.html#datetime.datetime.astimezone" title="datetime.datetime.astimezone"><code class="xref py py-meth docutils literal notranslate"><span class="pre">datetime.astimezone</span></code></a>:</p>
  220. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">zoneinfo</span> <span class="kn">import</span> <span class="n">ZoneInfo</span>
  221. <span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">datetime</span> <span class="kn">import</span> <span class="n">datetime</span><span class="p">,</span> <span class="n">timedelta</span>
  222. <span class="gp">&gt;&gt;&gt; </span><span class="n">dt</span> <span class="o">=</span> <span class="n">datetime</span><span class="p">(</span><span class="mi">2020</span><span class="p">,</span> <span class="mi">10</span><span class="p">,</span> <span class="mi">31</span><span class="p">,</span> <span class="mi">12</span><span class="p">,</span> <span class="n">tzinfo</span><span class="o">=</span><span class="n">ZoneInfo</span><span class="p">(</span><span class="s2">&quot;America/Los_Angeles&quot;</span><span class="p">))</span>
  223. <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">dt</span><span class="p">)</span>
  224. <span class="go">2020-10-31 12:00:00-07:00</span>
  225. <span class="gp">&gt;&gt;&gt; </span><span class="n">dt</span><span class="o">.</span><span class="n">tzname</span><span class="p">()</span>
  226. <span class="go">&#39;PDT&#39;</span>
  227. </pre></div>
  228. </div>
  229. <p>Datetimes constructed in this way are compatible with datetime arithmetic and
  230. handle daylight saving time transitions with no further intervention:</p>
  231. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">dt_add</span> <span class="o">=</span> <span class="n">dt</span> <span class="o">+</span> <span class="n">timedelta</span><span class="p">(</span><span class="n">days</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span>
  232. <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">dt_add</span><span class="p">)</span>
  233. <span class="go">2020-11-01 12:00:00-08:00</span>
  234. <span class="gp">&gt;&gt;&gt; </span><span class="n">dt_add</span><span class="o">.</span><span class="n">tzname</span><span class="p">()</span>
  235. <span class="go">&#39;PST&#39;</span>
  236. </pre></div>
  237. </div>
  238. <p>These time zones also support the <a class="reference internal" href="datetime.html#datetime.datetime.fold" title="datetime.datetime.fold"><code class="xref py py-attr docutils literal notranslate"><span class="pre">fold</span></code></a> attribute
  239. introduced in <span class="target" id="index-1"></span><a class="pep reference external" href="https://peps.python.org/pep-0495/"><strong>PEP 495</strong></a>. During offset transitions which induce ambiguous
  240. times (such as a daylight saving time to standard time transition), the offset
  241. from <em>before</em> the transition is used when <code class="docutils literal notranslate"><span class="pre">fold=0</span></code>, and the offset <em>after</em>
  242. the transition is used when <code class="docutils literal notranslate"><span class="pre">fold=1</span></code>, for example:</p>
  243. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">dt</span> <span class="o">=</span> <span class="n">datetime</span><span class="p">(</span><span class="mi">2020</span><span class="p">,</span> <span class="mi">11</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="n">tzinfo</span><span class="o">=</span><span class="n">ZoneInfo</span><span class="p">(</span><span class="s2">&quot;America/Los_Angeles&quot;</span><span class="p">))</span>
  244. <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">dt</span><span class="p">)</span>
  245. <span class="go">2020-11-01 01:00:00-07:00</span>
  246. <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">dt</span><span class="o">.</span><span class="n">replace</span><span class="p">(</span><span class="n">fold</span><span class="o">=</span><span class="mi">1</span><span class="p">))</span>
  247. <span class="go">2020-11-01 01:00:00-08:00</span>
  248. </pre></div>
  249. </div>
  250. <p>When converting from another time zone, the fold will be set to the correct
  251. value:</p>
  252. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="kn">from</span> <span class="nn">datetime</span> <span class="kn">import</span> <span class="n">timezone</span>
  253. <span class="gp">&gt;&gt;&gt; </span><span class="n">LOS_ANGELES</span> <span class="o">=</span> <span class="n">ZoneInfo</span><span class="p">(</span><span class="s2">&quot;America/Los_Angeles&quot;</span><span class="p">)</span>
  254. <span class="gp">&gt;&gt;&gt; </span><span class="n">dt_utc</span> <span class="o">=</span> <span class="n">datetime</span><span class="p">(</span><span class="mi">2020</span><span class="p">,</span> <span class="mi">11</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">8</span><span class="p">,</span> <span class="n">tzinfo</span><span class="o">=</span><span class="n">timezone</span><span class="o">.</span><span class="n">utc</span><span class="p">)</span>
  255. <span class="gp">&gt;&gt;&gt; </span><span class="c1"># Before the PDT -&gt; PST transition</span>
  256. <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">dt_utc</span><span class="o">.</span><span class="n">astimezone</span><span class="p">(</span><span class="n">LOS_ANGELES</span><span class="p">))</span>
  257. <span class="go">2020-11-01 01:00:00-07:00</span>
  258. <span class="gp">&gt;&gt;&gt; </span><span class="c1"># After the PDT -&gt; PST transition</span>
  259. <span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">((</span><span class="n">dt_utc</span> <span class="o">+</span> <span class="n">timedelta</span><span class="p">(</span><span class="n">hours</span><span class="o">=</span><span class="mi">1</span><span class="p">))</span><span class="o">.</span><span class="n">astimezone</span><span class="p">(</span><span class="n">LOS_ANGELES</span><span class="p">))</span>
  260. <span class="go">2020-11-01 01:00:00-08:00</span>
  261. </pre></div>
  262. </div>
  263. </section>
  264. <section id="data-sources">
  265. <h2>Data sources<a class="headerlink" href="#data-sources" title="Link to this heading">¶</a></h2>
  266. <p>The <code class="docutils literal notranslate"><span class="pre">zoneinfo</span></code> module does not directly provide time zone data, and instead
  267. pulls time zone information from the system time zone database or the
  268. first-party PyPI package <a class="reference external" href="https://pypi.org/project/tzdata/">tzdata</a>, if available. Some systems, including
  269. notably Windows systems, do not have an IANA database available, and so for
  270. projects targeting cross-platform compatibility that require time zone data, it
  271. is recommended to declare a dependency on tzdata. If neither system data nor
  272. tzdata are available, all calls to <a class="reference internal" href="#zoneinfo.ZoneInfo" title="zoneinfo.ZoneInfo"><code class="xref py py-class docutils literal notranslate"><span class="pre">ZoneInfo</span></code></a> will raise
  273. <a class="reference internal" href="#zoneinfo.ZoneInfoNotFoundError" title="zoneinfo.ZoneInfoNotFoundError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">ZoneInfoNotFoundError</span></code></a>.</p>
  274. <section id="configuring-the-data-sources">
  275. <span id="zoneinfo-data-configuration"></span><h3>Configuring the data sources<a class="headerlink" href="#configuring-the-data-sources" title="Link to this heading">¶</a></h3>
  276. <p>When <code class="docutils literal notranslate"><span class="pre">ZoneInfo(key)</span></code> is called, the constructor first searches the
  277. directories specified in <a class="reference internal" href="#zoneinfo.TZPATH" title="zoneinfo.TZPATH"><code class="xref py py-data docutils literal notranslate"><span class="pre">TZPATH</span></code></a> for a file matching <code class="docutils literal notranslate"><span class="pre">key</span></code>, and on
  278. failure looks for a match in the tzdata package. This behavior can be
  279. configured in three ways:</p>
  280. <ol class="arabic simple">
  281. <li><p>The default <a class="reference internal" href="#zoneinfo.TZPATH" title="zoneinfo.TZPATH"><code class="xref py py-data docutils literal notranslate"><span class="pre">TZPATH</span></code></a> when not otherwise specified can be configured at
  282. <a class="reference internal" href="#zoneinfo-data-compile-time-config"><span class="std std-ref">compile time</span></a>.</p></li>
  283. <li><p><a class="reference internal" href="#zoneinfo.TZPATH" title="zoneinfo.TZPATH"><code class="xref py py-data docutils literal notranslate"><span class="pre">TZPATH</span></code></a> can be configured using <a class="reference internal" href="#zoneinfo-data-environment-var"><span class="std std-ref">an environment variable</span></a>.</p></li>
  284. <li><p>At <a class="reference internal" href="#zoneinfo-data-runtime-config"><span class="std std-ref">runtime</span></a>, the search path can be
  285. manipulated using the <a class="reference internal" href="#zoneinfo.reset_tzpath" title="zoneinfo.reset_tzpath"><code class="xref py py-func docutils literal notranslate"><span class="pre">reset_tzpath()</span></code></a> function.</p></li>
  286. </ol>
  287. <section id="compile-time-configuration">
  288. <span id="zoneinfo-data-compile-time-config"></span><h4>Compile-time configuration<a class="headerlink" href="#compile-time-configuration" title="Link to this heading">¶</a></h4>
  289. <p>The default <a class="reference internal" href="#zoneinfo.TZPATH" title="zoneinfo.TZPATH"><code class="xref py py-data docutils literal notranslate"><span class="pre">TZPATH</span></code></a> includes several common deployment locations for the
  290. time zone database (except on Windows, where there are no “well-known”
  291. locations for time zone data). On POSIX systems, downstream distributors and
  292. those building Python from source who know where their system
  293. time zone data is deployed may change the default time zone path by specifying
  294. the compile-time option <code class="docutils literal notranslate"><span class="pre">TZPATH</span></code> (or, more likely, the <a class="reference internal" href="../using/configure.html#cmdoption-with-tzpath"><code class="xref std std-option docutils literal notranslate"><span class="pre">configure</span>
  295. <span class="pre">flag</span> <span class="pre">--with-tzpath</span></code></a>), which should be a string delimited by
  296. <a class="reference internal" href="os.html#os.pathsep" title="os.pathsep"><code class="xref py py-data docutils literal notranslate"><span class="pre">os.pathsep</span></code></a>.</p>
  297. <p>On all platforms, the configured value is available as the <code class="docutils literal notranslate"><span class="pre">TZPATH</span></code> key in
  298. <a class="reference internal" href="sysconfig.html#sysconfig.get_config_var" title="sysconfig.get_config_var"><code class="xref py py-func docutils literal notranslate"><span class="pre">sysconfig.get_config_var()</span></code></a>.</p>
  299. </section>
  300. <section id="environment-configuration">
  301. <span id="zoneinfo-data-environment-var"></span><h4>Environment configuration<a class="headerlink" href="#environment-configuration" title="Link to this heading">¶</a></h4>
  302. <p>When initializing <a class="reference internal" href="#zoneinfo.TZPATH" title="zoneinfo.TZPATH"><code class="xref py py-data docutils literal notranslate"><span class="pre">TZPATH</span></code></a> (either at import time or whenever
  303. <a class="reference internal" href="#zoneinfo.reset_tzpath" title="zoneinfo.reset_tzpath"><code class="xref py py-func docutils literal notranslate"><span class="pre">reset_tzpath()</span></code></a> is called with no arguments), the <code class="docutils literal notranslate"><span class="pre">zoneinfo</span></code> module will
  304. use the environment variable <code class="docutils literal notranslate"><span class="pre">PYTHONTZPATH</span></code>, if it exists, to set the search
  305. path.</p>
  306. <dl class="std envvar">
  307. <dt class="sig sig-object std" id="envvar-PYTHONTZPATH">
  308. <span class="sig-name descname"><span class="pre">PYTHONTZPATH</span></span><a class="headerlink" href="#envvar-PYTHONTZPATH" title="Link to this definition">¶</a></dt>
  309. <dd><p>This is an <a class="reference internal" href="os.html#os.pathsep" title="os.pathsep"><code class="xref py py-data docutils literal notranslate"><span class="pre">os.pathsep</span></code></a>-separated string containing the time zone
  310. search path to use. It must consist of only absolute rather than relative
  311. paths. Relative components specified in <code class="docutils literal notranslate"><span class="pre">PYTHONTZPATH</span></code> will not be used,
  312. but otherwise the behavior when a relative path is specified is
  313. implementation-defined; CPython will raise <a class="reference internal" href="#zoneinfo.InvalidTZPathWarning" title="zoneinfo.InvalidTZPathWarning"><code class="xref py py-exc docutils literal notranslate"><span class="pre">InvalidTZPathWarning</span></code></a>, but
  314. other implementations are free to silently ignore the erroneous component
  315. or raise an exception.</p>
  316. </dd></dl>
  317. <p>To set the system to ignore the system data and use the tzdata package
  318. instead, set <code class="docutils literal notranslate"><span class="pre">PYTHONTZPATH=&quot;&quot;</span></code>.</p>
  319. </section>
  320. <section id="runtime-configuration">
  321. <span id="zoneinfo-data-runtime-config"></span><h4>Runtime configuration<a class="headerlink" href="#runtime-configuration" title="Link to this heading">¶</a></h4>
  322. <p>The TZ search path can also be configured at runtime using the
  323. <a class="reference internal" href="#zoneinfo.reset_tzpath" title="zoneinfo.reset_tzpath"><code class="xref py py-func docutils literal notranslate"><span class="pre">reset_tzpath()</span></code></a> function. This is generally not an advisable operation,
  324. though it is reasonable to use it in test functions that require the use of a
  325. specific time zone path (or require disabling access to the system time zones).</p>
  326. </section>
  327. </section>
  328. </section>
  329. <section id="the-zoneinfo-class">
  330. <h2>The <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> class<a class="headerlink" href="#the-zoneinfo-class" title="Link to this heading">¶</a></h2>
  331. <dl class="py class">
  332. <dt class="sig sig-object py" id="zoneinfo.ZoneInfo">
  333. <em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">zoneinfo.</span></span><span class="sig-name descname"><span class="pre">ZoneInfo</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">key</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#zoneinfo.ZoneInfo" title="Link to this definition">¶</a></dt>
  334. <dd><p>A concrete <a class="reference internal" href="datetime.html#datetime.tzinfo" title="datetime.tzinfo"><code class="xref py py-class docutils literal notranslate"><span class="pre">datetime.tzinfo</span></code></a> subclass that represents an IANA time
  335. zone specified by the string <code class="docutils literal notranslate"><span class="pre">key</span></code>. Calls to the primary constructor will
  336. always return objects that compare identically; put another way, barring
  337. cache invalidation via <a class="reference internal" href="#zoneinfo.ZoneInfo.clear_cache" title="zoneinfo.ZoneInfo.clear_cache"><code class="xref py py-meth docutils literal notranslate"><span class="pre">ZoneInfo.clear_cache()</span></code></a>, for all values of
  338. <code class="docutils literal notranslate"><span class="pre">key</span></code>, the following assertion will always be true:</p>
  339. <div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">a</span> <span class="o">=</span> <span class="n">ZoneInfo</span><span class="p">(</span><span class="n">key</span><span class="p">)</span>
  340. <span class="n">b</span> <span class="o">=</span> <span class="n">ZoneInfo</span><span class="p">(</span><span class="n">key</span><span class="p">)</span>
  341. <span class="k">assert</span> <span class="n">a</span> <span class="ow">is</span> <span class="n">b</span>
  342. </pre></div>
  343. </div>
  344. <p><code class="docutils literal notranslate"><span class="pre">key</span></code> must be in the form of a relative, normalized POSIX path, with no
  345. up-level references. The constructor will raise <a class="reference internal" href="exceptions.html#ValueError" title="ValueError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">ValueError</span></code></a> if a
  346. non-conforming key is passed.</p>
  347. <p>If no file matching <code class="docutils literal notranslate"><span class="pre">key</span></code> is found, the constructor will raise
  348. <a class="reference internal" href="#zoneinfo.ZoneInfoNotFoundError" title="zoneinfo.ZoneInfoNotFoundError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">ZoneInfoNotFoundError</span></code></a>.</p>
  349. </dd></dl>
  350. <p>The <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> class has two alternate constructors:</p>
  351. <dl class="py method">
  352. <dt class="sig sig-object py" id="zoneinfo.ZoneInfo.from_file">
  353. <em class="property"><span class="pre">classmethod</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">ZoneInfo.</span></span><span class="sig-name descname"><span class="pre">from_file</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">fobj</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">/</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">key</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#zoneinfo.ZoneInfo.from_file" title="Link to this definition">¶</a></dt>
  354. <dd><p>Constructs a <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> object from a file-like object returning bytes
  355. (e.g. a file opened in binary mode or an <a class="reference internal" href="io.html#io.BytesIO" title="io.BytesIO"><code class="xref py py-class docutils literal notranslate"><span class="pre">io.BytesIO</span></code></a> object).
  356. Unlike the primary constructor, this always constructs a new object.</p>
  357. <p>The <code class="docutils literal notranslate"><span class="pre">key</span></code> parameter sets the name of the zone for the purposes of
  358. <a class="reference internal" href="../reference/datamodel.html#object.__str__" title="object.__str__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">__str__()</span></code></a> and <a class="reference internal" href="../reference/datamodel.html#object.__repr__" title="object.__repr__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">__repr__()</span></code></a>.</p>
  359. <p>Objects created via this constructor cannot be pickled (see <a class="reference internal" href="#pickling">pickling</a>).</p>
  360. </dd></dl>
  361. <dl class="py method">
  362. <dt class="sig sig-object py" id="zoneinfo.ZoneInfo.no_cache">
  363. <em class="property"><span class="pre">classmethod</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">ZoneInfo.</span></span><span class="sig-name descname"><span class="pre">no_cache</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">key</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#zoneinfo.ZoneInfo.no_cache" title="Link to this definition">¶</a></dt>
  364. <dd><p>An alternate constructor that bypasses the constructor’s cache. It is
  365. identical to the primary constructor, but returns a new object on each
  366. call. This is most likely to be useful for testing or demonstration
  367. purposes, but it can also be used to create a system with a different cache
  368. invalidation strategy.</p>
  369. <p>Objects created via this constructor will also bypass the cache of a
  370. deserializing process when unpickled.</p>
  371. <div class="admonition caution">
  372. <p class="admonition-title">Caution</p>
  373. <p>Using this constructor may change the semantics of your datetimes in
  374. surprising ways, only use it if you know that you need to.</p>
  375. </div>
  376. </dd></dl>
  377. <p>The following class methods are also available:</p>
  378. <dl class="py method">
  379. <dt class="sig sig-object py" id="zoneinfo.ZoneInfo.clear_cache">
  380. <em class="property"><span class="pre">classmethod</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">ZoneInfo.</span></span><span class="sig-name descname"><span class="pre">clear_cache</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">only_keys</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#zoneinfo.ZoneInfo.clear_cache" title="Link to this definition">¶</a></dt>
  381. <dd><p>A method for invalidating the cache on the <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> class. If no
  382. arguments are passed, all caches are invalidated and the next call to
  383. the primary constructor for each key will return a new instance.</p>
  384. <p>If an iterable of key names is passed to the <code class="docutils literal notranslate"><span class="pre">only_keys</span></code> parameter, only
  385. the specified keys will be removed from the cache. Keys passed to
  386. <code class="docutils literal notranslate"><span class="pre">only_keys</span></code> but not found in the cache are ignored.</p>
  387. <div class="admonition warning">
  388. <p class="admonition-title">Warning</p>
  389. <p>Invoking this function may change the semantics of datetimes using
  390. <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> in surprising ways; this modifies module state
  391. and thus may have wide-ranging effects. Only use it if you know that you
  392. need to.</p>
  393. </div>
  394. </dd></dl>
  395. <p>The class has one attribute:</p>
  396. <dl class="py attribute">
  397. <dt class="sig sig-object py" id="zoneinfo.ZoneInfo.key">
  398. <span class="sig-prename descclassname"><span class="pre">ZoneInfo.</span></span><span class="sig-name descname"><span class="pre">key</span></span><a class="headerlink" href="#zoneinfo.ZoneInfo.key" title="Link to this definition">¶</a></dt>
  399. <dd><p>This is a read-only <a class="reference internal" href="../glossary.html#term-attribute"><span class="xref std std-term">attribute</span></a> that returns the value of <code class="docutils literal notranslate"><span class="pre">key</span></code>
  400. passed to the constructor, which should be a lookup key in the IANA time
  401. zone database (e.g. <code class="docutils literal notranslate"><span class="pre">America/New_York</span></code>, <code class="docutils literal notranslate"><span class="pre">Europe/Paris</span></code> or
  402. <code class="docutils literal notranslate"><span class="pre">Asia/Tokyo</span></code>).</p>
  403. <p>For zones constructed from file without specifying a <code class="docutils literal notranslate"><span class="pre">key</span></code> parameter,
  404. this will be set to <code class="docutils literal notranslate"><span class="pre">None</span></code>.</p>
  405. <div class="admonition note">
  406. <p class="admonition-title">Note</p>
  407. <p>Although it is a somewhat common practice to expose these to end users,
  408. these values are designed to be primary keys for representing the
  409. relevant zones and not necessarily user-facing elements. Projects like
  410. CLDR (the Unicode Common Locale Data Repository) can be used to get
  411. more user-friendly strings from these keys.</p>
  412. </div>
  413. </dd></dl>
  414. <section id="string-representations">
  415. <h3>String representations<a class="headerlink" href="#string-representations" title="Link to this heading">¶</a></h3>
  416. <p>The string representation returned when calling <a class="reference internal" href="stdtypes.html#str" title="str"><code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code></a> on a
  417. <a class="reference internal" href="#zoneinfo.ZoneInfo" title="zoneinfo.ZoneInfo"><code class="xref py py-class docutils literal notranslate"><span class="pre">ZoneInfo</span></code></a> object defaults to using the <a class="reference internal" href="#zoneinfo.ZoneInfo.key" title="zoneinfo.ZoneInfo.key"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ZoneInfo.key</span></code></a> attribute (see
  418. the note on usage in the attribute documentation):</p>
  419. <div class="highlight-python3 notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">zone</span> <span class="o">=</span> <span class="n">ZoneInfo</span><span class="p">(</span><span class="s2">&quot;Pacific/Kwajalein&quot;</span><span class="p">)</span>
  420. <span class="gp">&gt;&gt;&gt; </span><span class="nb">str</span><span class="p">(</span><span class="n">zone</span><span class="p">)</span>
  421. <span class="go">&#39;Pacific/Kwajalein&#39;</span>
  422. <span class="gp">&gt;&gt;&gt; </span><span class="n">dt</span> <span class="o">=</span> <span class="n">datetime</span><span class="p">(</span><span class="mi">2020</span><span class="p">,</span> <span class="mi">4</span><span class="p">,</span> <span class="mi">1</span><span class="p">,</span> <span class="mi">3</span><span class="p">,</span> <span class="mi">15</span><span class="p">,</span> <span class="n">tzinfo</span><span class="o">=</span><span class="n">zone</span><span class="p">)</span>
  423. <span class="gp">&gt;&gt;&gt; </span><span class="sa">f</span><span class="s2">&quot;</span><span class="si">{</span><span class="n">dt</span><span class="o">.</span><span class="n">isoformat</span><span class="p">()</span><span class="si">}</span><span class="s2"> [</span><span class="si">{</span><span class="n">dt</span><span class="o">.</span><span class="n">tzinfo</span><span class="si">}</span><span class="s2">]&quot;</span>
  424. <span class="go">&#39;2020-04-01T03:15:00+12:00 [Pacific/Kwajalein]&#39;</span>
  425. </pre></div>
  426. </div>
  427. <p>For objects constructed from a file without specifying a <code class="docutils literal notranslate"><span class="pre">key</span></code> parameter,
  428. <code class="docutils literal notranslate"><span class="pre">str</span></code> falls back to calling <a class="reference internal" href="functions.html#repr" title="repr"><code class="xref py py-func docutils literal notranslate"><span class="pre">repr()</span></code></a>. <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code>’s <code class="docutils literal notranslate"><span class="pre">repr</span></code> is
  429. implementation-defined and not necessarily stable between versions, but it is
  430. guaranteed not to be a valid <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> key.</p>
  431. </section>
  432. <section id="pickle-serialization">
  433. <span id="pickling"></span><h3>Pickle serialization<a class="headerlink" href="#pickle-serialization" title="Link to this heading">¶</a></h3>
  434. <p>Rather than serializing all transition data, <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> objects are
  435. serialized by key, and <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> objects constructed from files (even those
  436. with a value for <code class="docutils literal notranslate"><span class="pre">key</span></code> specified) cannot be pickled.</p>
  437. <p>The behavior of a <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> file depends on how it was constructed:</p>
  438. <ol class="arabic">
  439. <li><p><code class="docutils literal notranslate"><span class="pre">ZoneInfo(key)</span></code>: When constructed with the primary constructor, a
  440. <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> object is serialized by key, and when deserialized, the
  441. deserializing process uses the primary and thus it is expected that these
  442. are expected to be the same object as other references to the same time
  443. zone. For example, if <code class="docutils literal notranslate"><span class="pre">europe_berlin_pkl</span></code> is a string containing a pickle
  444. constructed from <code class="docutils literal notranslate"><span class="pre">ZoneInfo(&quot;Europe/Berlin&quot;)</span></code>, one would expect the
  445. following behavior:</p>
  446. <div class="highlight-pycon notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">a</span> <span class="o">=</span> <span class="n">ZoneInfo</span><span class="p">(</span><span class="s2">&quot;Europe/Berlin&quot;</span><span class="p">)</span>
  447. <span class="gp">&gt;&gt;&gt; </span><span class="n">b</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">loads</span><span class="p">(</span><span class="n">europe_berlin_pkl</span><span class="p">)</span>
  448. <span class="gp">&gt;&gt;&gt; </span><span class="n">a</span> <span class="ow">is</span> <span class="n">b</span>
  449. <span class="go">True</span>
  450. </pre></div>
  451. </div>
  452. </li>
  453. <li><p><code class="docutils literal notranslate"><span class="pre">ZoneInfo.no_cache(key)</span></code>: When constructed from the cache-bypassing
  454. constructor, the <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> object is also serialized by key, but when
  455. deserialized, the deserializing process uses the cache bypassing
  456. constructor. If <code class="docutils literal notranslate"><span class="pre">europe_berlin_pkl_nc</span></code> is a string containing a pickle
  457. constructed from <code class="docutils literal notranslate"><span class="pre">ZoneInfo.no_cache(&quot;Europe/Berlin&quot;)</span></code>, one would expect
  458. the following behavior:</p>
  459. <div class="highlight-pycon notranslate"><div class="highlight"><pre><span></span><span class="gp">&gt;&gt;&gt; </span><span class="n">a</span> <span class="o">=</span> <span class="n">ZoneInfo</span><span class="p">(</span><span class="s2">&quot;Europe/Berlin&quot;</span><span class="p">)</span>
  460. <span class="gp">&gt;&gt;&gt; </span><span class="n">b</span> <span class="o">=</span> <span class="n">pickle</span><span class="o">.</span><span class="n">loads</span><span class="p">(</span><span class="n">europe_berlin_pkl_nc</span><span class="p">)</span>
  461. <span class="gp">&gt;&gt;&gt; </span><span class="n">a</span> <span class="ow">is</span> <span class="n">b</span>
  462. <span class="go">False</span>
  463. </pre></div>
  464. </div>
  465. </li>
  466. <li><p><code class="docutils literal notranslate"><span class="pre">ZoneInfo.from_file(fobj,</span> <span class="pre">/,</span> <span class="pre">key=None)</span></code>: When constructed from a file, the
  467. <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> object raises an exception on pickling. If an end user wants to
  468. pickle a <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> constructed from a file, it is recommended that they
  469. use a wrapper type or a custom serialization function: either serializing by
  470. key or storing the contents of the file object and serializing that.</p></li>
  471. </ol>
  472. <p>This method of serialization requires that the time zone data for the required
  473. key be available on both the serializing and deserializing side, similar to the
  474. way that references to classes and functions are expected to exist in both the
  475. serializing and deserializing environments. It also means that no guarantees
  476. are made about the consistency of results when unpickling a <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code>
  477. pickled in an environment with a different version of the time zone data.</p>
  478. </section>
  479. </section>
  480. <section id="functions">
  481. <h2>Functions<a class="headerlink" href="#functions" title="Link to this heading">¶</a></h2>
  482. <dl class="py function">
  483. <dt class="sig sig-object py" id="zoneinfo.available_timezones">
  484. <span class="sig-prename descclassname"><span class="pre">zoneinfo.</span></span><span class="sig-name descname"><span class="pre">available_timezones</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#zoneinfo.available_timezones" title="Link to this definition">¶</a></dt>
  485. <dd><p>Get a set containing all the valid keys for IANA time zones available
  486. anywhere on the time zone path. This is recalculated on every call to the
  487. function.</p>
  488. <p>This function only includes canonical zone names and does not include
  489. “special” zones such as those under the <code class="docutils literal notranslate"><span class="pre">posix/</span></code> and <code class="docutils literal notranslate"><span class="pre">right/</span></code>
  490. directories, or the <code class="docutils literal notranslate"><span class="pre">posixrules</span></code> zone.</p>
  491. <div class="admonition caution">
  492. <p class="admonition-title">Caution</p>
  493. <p>This function may open a large number of files, as the best way to
  494. determine if a file on the time zone path is a valid time zone is to
  495. read the “magic string” at the beginning.</p>
  496. </div>
  497. <div class="admonition note">
  498. <p class="admonition-title">Note</p>
  499. <p>These values are not designed to be exposed to end-users; for user
  500. facing elements, applications should use something like CLDR (the
  501. Unicode Common Locale Data Repository) to get more user-friendly
  502. strings. See also the cautionary note on <a class="reference internal" href="#zoneinfo.ZoneInfo.key" title="zoneinfo.ZoneInfo.key"><code class="xref py py-attr docutils literal notranslate"><span class="pre">ZoneInfo.key</span></code></a>.</p>
  503. </div>
  504. </dd></dl>
  505. <dl class="py function">
  506. <dt class="sig sig-object py" id="zoneinfo.reset_tzpath">
  507. <span class="sig-prename descclassname"><span class="pre">zoneinfo.</span></span><span class="sig-name descname"><span class="pre">reset_tzpath</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">to</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#zoneinfo.reset_tzpath" title="Link to this definition">¶</a></dt>
  508. <dd><p>Sets or resets the time zone search path (<a class="reference internal" href="#zoneinfo.TZPATH" title="zoneinfo.TZPATH"><code class="xref py py-data docutils literal notranslate"><span class="pre">TZPATH</span></code></a>) for the module.
  509. When called with no arguments, <a class="reference internal" href="#zoneinfo.TZPATH" title="zoneinfo.TZPATH"><code class="xref py py-data docutils literal notranslate"><span class="pre">TZPATH</span></code></a> is set to the default value.</p>
  510. <p>Calling <code class="docutils literal notranslate"><span class="pre">reset_tzpath</span></code> will not invalidate the <a class="reference internal" href="#zoneinfo.ZoneInfo" title="zoneinfo.ZoneInfo"><code class="xref py py-class docutils literal notranslate"><span class="pre">ZoneInfo</span></code></a> cache,
  511. and so calls to the primary <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> constructor will only use the new
  512. <code class="docutils literal notranslate"><span class="pre">TZPATH</span></code> in the case of a cache miss.</p>
  513. <p>The <code class="docutils literal notranslate"><span class="pre">to</span></code> parameter must be a <a class="reference internal" href="../glossary.html#term-sequence"><span class="xref std std-term">sequence</span></a> of strings or
  514. <a class="reference internal" href="os.html#os.PathLike" title="os.PathLike"><code class="xref py py-class docutils literal notranslate"><span class="pre">os.PathLike</span></code></a> and not a string, all of which must be absolute paths.
  515. <a class="reference internal" href="exceptions.html#ValueError" title="ValueError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">ValueError</span></code></a> will be raised if something other than an absolute path
  516. is passed.</p>
  517. </dd></dl>
  518. </section>
  519. <section id="globals">
  520. <h2>Globals<a class="headerlink" href="#globals" title="Link to this heading">¶</a></h2>
  521. <dl class="py data">
  522. <dt class="sig sig-object py" id="zoneinfo.TZPATH">
  523. <span class="sig-prename descclassname"><span class="pre">zoneinfo.</span></span><span class="sig-name descname"><span class="pre">TZPATH</span></span><a class="headerlink" href="#zoneinfo.TZPATH" title="Link to this definition">¶</a></dt>
  524. <dd><p>A read-only sequence representing the time zone search path – when
  525. constructing a <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> from a key, the key is joined to each entry in
  526. the <code class="docutils literal notranslate"><span class="pre">TZPATH</span></code>, and the first file found is used.</p>
  527. <p><code class="docutils literal notranslate"><span class="pre">TZPATH</span></code> may contain only absolute paths, never relative paths,
  528. regardless of how it is configured.</p>
  529. <p>The object that <code class="docutils literal notranslate"><span class="pre">zoneinfo.TZPATH</span></code> points to may change in response to a
  530. call to <a class="reference internal" href="#zoneinfo.reset_tzpath" title="zoneinfo.reset_tzpath"><code class="xref py py-func docutils literal notranslate"><span class="pre">reset_tzpath()</span></code></a>, so it is recommended to use
  531. <code class="docutils literal notranslate"><span class="pre">zoneinfo.TZPATH</span></code> rather than importing <code class="docutils literal notranslate"><span class="pre">TZPATH</span></code> from <code class="docutils literal notranslate"><span class="pre">zoneinfo</span></code> or
  532. assigning a long-lived variable to <code class="docutils literal notranslate"><span class="pre">zoneinfo.TZPATH</span></code>.</p>
  533. <p>For more information on configuring the time zone search path, see
  534. <a class="reference internal" href="#zoneinfo-data-configuration"><span class="std std-ref">Configuring the data sources</span></a>.</p>
  535. </dd></dl>
  536. </section>
  537. <section id="exceptions-and-warnings">
  538. <h2>Exceptions and warnings<a class="headerlink" href="#exceptions-and-warnings" title="Link to this heading">¶</a></h2>
  539. <dl class="py exception">
  540. <dt class="sig sig-object py" id="zoneinfo.ZoneInfoNotFoundError">
  541. <em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">zoneinfo.</span></span><span class="sig-name descname"><span class="pre">ZoneInfoNotFoundError</span></span><a class="headerlink" href="#zoneinfo.ZoneInfoNotFoundError" title="Link to this definition">¶</a></dt>
  542. <dd><p>Raised when construction of a <a class="reference internal" href="#zoneinfo.ZoneInfo" title="zoneinfo.ZoneInfo"><code class="xref py py-class docutils literal notranslate"><span class="pre">ZoneInfo</span></code></a> object fails because the
  543. specified key could not be found on the system. This is a subclass of
  544. <a class="reference internal" href="exceptions.html#KeyError" title="KeyError"><code class="xref py py-exc docutils literal notranslate"><span class="pre">KeyError</span></code></a>.</p>
  545. </dd></dl>
  546. <dl class="py exception">
  547. <dt class="sig sig-object py" id="zoneinfo.InvalidTZPathWarning">
  548. <em class="property"><span class="pre">exception</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">zoneinfo.</span></span><span class="sig-name descname"><span class="pre">InvalidTZPathWarning</span></span><a class="headerlink" href="#zoneinfo.InvalidTZPathWarning" title="Link to this definition">¶</a></dt>
  549. <dd><p>Raised when <span class="target" id="index-2"></span><a class="reference internal" href="#envvar-PYTHONTZPATH"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">PYTHONTZPATH</span></code></a> contains an invalid component that will
  550. be filtered out, such as a relative path.</p>
  551. </dd></dl>
  552. </section>
  553. </section>
  554. <div class="clearer"></div>
  555. </div>
  556. </div>
  557. </div>
  558. <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
  559. <div class="sphinxsidebarwrapper">
  560. <div>
  561. <h3><a href="../contents.html">Table of Contents</a></h3>
  562. <ul>
  563. <li><a class="reference internal" href="#"><code class="xref py py-mod docutils literal notranslate"><span class="pre">zoneinfo</span></code> — IANA time zone support</a><ul>
  564. <li><a class="reference internal" href="#using-zoneinfo">Using <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code></a></li>
  565. <li><a class="reference internal" href="#data-sources">Data sources</a><ul>
  566. <li><a class="reference internal" href="#configuring-the-data-sources">Configuring the data sources</a><ul>
  567. <li><a class="reference internal" href="#compile-time-configuration">Compile-time configuration</a></li>
  568. <li><a class="reference internal" href="#environment-configuration">Environment configuration</a></li>
  569. <li><a class="reference internal" href="#runtime-configuration">Runtime configuration</a></li>
  570. </ul>
  571. </li>
  572. </ul>
  573. </li>
  574. <li><a class="reference internal" href="#the-zoneinfo-class">The <code class="docutils literal notranslate"><span class="pre">ZoneInfo</span></code> class</a><ul>
  575. <li><a class="reference internal" href="#string-representations">String representations</a></li>
  576. <li><a class="reference internal" href="#pickle-serialization">Pickle serialization</a></li>
  577. </ul>
  578. </li>
  579. <li><a class="reference internal" href="#functions">Functions</a></li>
  580. <li><a class="reference internal" href="#globals">Globals</a></li>
  581. <li><a class="reference internal" href="#exceptions-and-warnings">Exceptions and warnings</a></li>
  582. </ul>
  583. </li>
  584. </ul>
  585. </div>
  586. <div>
  587. <h4>Previous topic</h4>
  588. <p class="topless"><a href="datetime.html"
  589. title="previous chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">datetime</span></code> — Basic date and time types</a></p>
  590. </div>
  591. <div>
  592. <h4>Next topic</h4>
  593. <p class="topless"><a href="calendar.html"
  594. title="next chapter"><code class="xref py py-mod docutils literal notranslate"><span class="pre">calendar</span></code> — General calendar-related functions</a></p>
  595. </div>
  596. <div role="note" aria-label="source link">
  597. <h3>This Page</h3>
  598. <ul class="this-page-menu">
  599. <li><a href="../bugs.html">Report a Bug</a></li>
  600. <li>
  601. <a href="https://github.com/python/cpython/blob/main/Doc/library/zoneinfo.rst"
  602. rel="nofollow">Show Source
  603. </a>
  604. </li>
  605. </ul>
  606. </div>
  607. </div>
  608. <div id="sidebarbutton" title="Collapse sidebar">
  609. <span>«</span>
  610. </div>
  611. </div>
  612. <div class="clearer"></div>
  613. </div>
  614. <div class="related" role="navigation" aria-label="related navigation">
  615. <h3>Navigation</h3>
  616. <ul>
  617. <li class="right" style="margin-right: 10px">
  618. <a href="../genindex.html" title="General Index"
  619. >index</a></li>
  620. <li class="right" >
  621. <a href="../py-modindex.html" title="Python Module Index"
  622. >modules</a> |</li>
  623. <li class="right" >
  624. <a href="calendar.html" title="calendar — General calendar-related functions"
  625. >next</a> |</li>
  626. <li class="right" >
  627. <a href="datetime.html" title="datetime — Basic date and time types"
  628. >previous</a> |</li>
  629. <li><img src="../_static/py.svg" alt="Python logo" style="vertical-align: middle; margin-top: -1px"/></li>
  630. <li><a href="https://www.python.org/">Python</a> &#187;</li>
  631. <li class="switchers">
  632. <div class="language_switcher_placeholder"></div>
  633. <div class="version_switcher_placeholder"></div>
  634. </li>
  635. <li>
  636. </li>
  637. <li id="cpython-language-and-version">
  638. <a href="../index.html">3.12.3 Documentation</a> &#187;
  639. </li>
  640. <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &#187;</li>
  641. <li class="nav-item nav-item-2"><a href="datatypes.html" >Data Types</a> &#187;</li>
  642. <li class="nav-item nav-item-this"><a href=""><code class="xref py py-mod docutils literal notranslate"><span class="pre">zoneinfo</span></code> — IANA time zone support</a></li>
  643. <li class="right">
  644. <div class="inline-search" role="search">
  645. <form class="inline-search" action="../search.html" method="get">
  646. <input placeholder="Quick search" aria-label="Quick search" type="search" name="q" id="search-box" />
  647. <input type="submit" value="Go" />
  648. </form>
  649. </div>
  650. |
  651. </li>
  652. <li class="right">
  653. <label class="theme-selector-label">
  654. Theme
  655. <select class="theme-selector" oninput="activateTheme(this.value)">
  656. <option value="auto" selected>Auto</option>
  657. <option value="light">Light</option>
  658. <option value="dark">Dark</option>
  659. </select>
  660. </label> |</li>
  661. </ul>
  662. </div>
  663. <div class="footer">
  664. &copy;
  665. <a href="../copyright.html">
  666. Copyright
  667. </a>
  668. 2001-2024, Python Software Foundation.
  669. <br />
  670. This page is licensed under the Python Software Foundation License Version 2.
  671. <br />
  672. Examples, recipes, and other code in the documentation are additionally licensed under the Zero Clause BSD License.
  673. <br />
  674. See <a href="/license.html">History and License</a> for more information.<br />
  675. <br />
  676. The Python Software Foundation is a non-profit corporation.
  677. <a href="https://www.python.org/psf/donations/">Please donate.</a>
  678. <br />
  679. <br />
  680. Last updated on Apr 09, 2024 (13:47 UTC).
  681. <a href="/bugs.html">Found a bug</a>?
  682. <br />
  683. Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
  684. </div>
  685. </body>
  686. </html>
上海开阖软件有限公司 沪ICP备12045867号-1