Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
distro/ | 03-May-2024 | - | 3,160 | 2,081 | ||
input_data/ | 03-May-2024 | - | 1,628 | 927 | ||
output_data/ | 03-May-2024 | - | 1,685 | 971 | ||
testing/data/ | 03-May-2024 | - | 3,370 | 1,899 | ||
tzdatacheck/ | 03-May-2024 | - | 617 | 398 | ||
zone_compactor/main/java/ | 03-May-2024 | - | 208 | 121 | ||
Android.bp | D | 03-May-2024 | 630 | 16 | 14 | |
Android.mk | D | 03-May-2024 | 81 | 5 | 2 | |
README.android | D | 03-May-2024 | 702 | 22 | 15 | |
download-iana-data.py | D | 03-May-2024 | 3.4 KiB | 103 | 57 | |
tzdatautil.py | D | 03-May-2024 | 1.1 KiB | 34 | 15 | |
update-tzdata.py | D | 03-May-2024 | 6.7 KiB | 198 | 126 |
README.android
1This directory contains tools for time zone updates. 2 3Data update tools 4================= 5 6download-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 12 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 16update-tzdata.py 17 - Regenerates the external/icu and system/timezone/output_data timezone 18 data files. 19 20 CTS tests for ICU, bionic and libcore should be run before and after. 21 22