Yaron de Leeuw | 3195820 | 2014-11-24 21:29:45 +0200 | [diff] [blame] | 1 | ======== |
Yaron de Leeuw | 1e586cb | 2014-11-22 22:30:35 +0200 | [diff] [blame] | 2 | zoneinfo |
Yaron de Leeuw | 3195820 | 2014-11-24 21:29:45 +0200 | [diff] [blame] | 3 | ======== |
Yaron de Leeuw | 1e586cb | 2014-11-22 22:30:35 +0200 | [diff] [blame] | 4 | .. automodule:: dateutil.zoneinfo |
| 5 | :members: |
| 6 | :undoc-members: |
Yaron de Leeuw | a0e8518 | 2015-05-25 21:32:10 +0300 | [diff] [blame] | 7 | |
| 8 | zonefile_metadata |
| 9 | ----------------- |
| 10 | The zonefile metadata defines the version and exact location of |
| 11 | the timezone database to download. It is used in the :ref:`updatezinfo.py` |
| 12 | script. A json encoded file is included in the source-code, and |
| 13 | within each tar file we produce. The json file is attached here: |
| 14 | |
| 15 | .. literalinclude:: ../zonefile_metadata.json |
| 16 | :language: json |