icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Tracking Issue: TimeZones DataProviders

Open nordzilla opened this issue 3 years ago • 3 comments

Tracks progress on issues related to TzdbDataProvider for

  • #887

Time Zones information will need to come from two sources.

The first is from CLDR JSON, so the CldrJsonDataProvider will need to have a TimeZonesProvider struct within it.

The second source is from the IANA TZDB. It makes sense to separate this out into its own crate entirely tzdb-provider, that specifies a TzdbDataProvider struct.

  • [ ] CldrJsonDataProvier
    • #418
    • #993
    • #994
    • #995
    • #996
    • #997
    • #606
    • #528
    • #1781
    • #2909
  • [ ] TzdbDataProvider
    • #998
    • #999
    • #1000
    • #1001
    • #1002

nordzilla avatar Aug 25 '21 22:08 nordzilla

@samchen61661 is interested in working on this.

sffc avatar Oct 20 '21 22:10 sffc