icu4x
icu4x copied to clipboard
Design ICU4X ZoneInfo data structs for TZDB data
The TzdbDataProvider from #998 will transform TZDB data into ICU4X data.
This data will require the following information for each time zone:
- IANA TimeZone Identifier
- DST variant, transition times, and GMT offset for each relevant year.
Actually I don't think this depends on the tzdb-provider crate. The struct definitions should live in the crate that uses them, i.e., the time zone arithmetic crate.
Good point. I'll remove the dependency. Thank you.