• Home
Name Date Size #Lines LOC

..--

main/java/03-May-2024-606437

Android.bpD03-May-2024739 2118

README.androidD03-May-2024555 129

dump-tzdata.pyD03-May-20242.9 KiB9853

README.android

1This directory contains tooling to help when debugging time zone issues on
2Android.
3
4dump-tzdata.py
5 - A tool that takes a tzdata file and splits it into component tzfiles,
6   zone.tab, etc. Run it with --help for usage. The individual tzfiles can
7   be inspected with tools like zdump, for example with "zdump -V <tzfile>"
8
9   It also dumps human-readable CSV files of the (v1) content currently used by
10   Android's ZoneInfo class. These can be inspected and compared with dumps from
11   other tzdata files easily using your favourite text diffing tool.
12