blob: 8dae20e32999dcfea4f25eac0bcaeeb88c7b4c4f [file] [log] [blame]
Neil Fuller86e72c52017-06-12 15:36:06 +01001This directory contains tools for time zone updates.
2
3Data update tools
4=================
5
Neil Fuller56166d32017-06-12 12:57:10 +01006download-iana-data.py
7 - A helper script run before update-tzdata.py.
8 It downloads the latest tzdata update from IANA and puts it in
9 the system/timezone/input_data/iana directory for use by the
10 update-tzdata.py script.
11
Neil Fuller86e72c52017-06-12 15:36:06 +010012 There are sometimes code and metadata changes associated
13 with tzdata updates that should be applied to ICU at the same time.
14 e.g. see http://bugs.icu-project.org/trac/search?q=2015d
15
Neil Fuller56166d32017-06-12 12:57:10 +010016update-tzdata.py
17 - Regenerates the ICU and libcore/bionic timezone data files.
18
Neil Fuller86e72c52017-06-12 15:36:06 +010019 ICU and CTS tests for bionic / libcore should be run before
20 and after.
21