mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-16 19:59:18 +01:00
cb9f5f144e
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.
187 B
187 B
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