mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-19 22:57:55 +03: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.
12 lines
187 B
Markdown
12 lines
187 B
Markdown
## 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
|
|
```
|