boa-dev / temporal

A Rust implementation of ECMAScript's Temporal API
Apache License 2.0
26 stars 4 forks source link

Tracking issue for `Now` namespace #71

Open jasonwilliams opened 4 months ago

jasonwilliams commented 4 months ago

PR: https://github.com/boa-dev/temporal/pull/70

Upstream issue: https://github.com/unicode-org/icu4x/pull/5081

System info functionality needed:

nekevss commented 4 months ago

So a bit of an update on this. I happened across the tzdb_data crate that we should be able to source Time Zones data. I'm working on adding it to the above PR.

I think that may be the best approach to get a MVP put together sooner rather than later. With a longer term goal of helping ICU4X wherever possible to source from them.