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