• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1========
2zoneinfo
3========
4.. automodule:: dateutil.zoneinfo
5   :members:
6   :undoc-members:
7
8.. automodule:: dateutil.zoneinfo.rebuild
9   :members: rebuild
10
11zonefile_metadata
12-----------------
13The zonefile metadata defines the version and exact location of
14the timezone database to download. It is used in the ``updatezinfo.py``
15script. A json encoded file is included in the source-code, and
16within each tar file we produce. The json file is attached here:
17
18.. literalinclude:: ../zonefile_metadata.json
19   :language: json
20