skyline/app/src/main/assets/tzdata
Billy Laws cb9f5f144e Pull in tzcode submodule and add tzdata assets
These are used for timezone conversions between POSIX and calander time.

Tzdata is in exactly the same format as HOS to allow loading sysarchives
in the future if needed. See its README for more info.

Details on tzcode can be found in its own repo, there are several
changes done Vs the base release to allow for HOS compat.
2021-03-21 18:56:31 +05:30
..
zoneinfo Pull in tzcode submodule and add tzdata assets 2021-03-21 18:56:31 +05:30
binaryList.txt Pull in tzcode submodule and add tzdata assets 2021-03-21 18:56:31 +05:30
README.md Pull in tzcode submodule and add tzdata assets 2021-03-21 18:56:31 +05:30
version.txt Pull in tzcode submodule and add tzdata assets 2021-03-21 18:56:31 +05:30

TzData prebuilts in HOS format

Based off tzdb 2021a

Generate as normal then

rm *.tab
rm leapseconds

find -type f | sed 's/\.\///g' | grep -v '\.' | sort > ../binaryList.txt