boa-dev / temporal

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

Stub out tzdb support to unblock `Now` and `ZonedDateTime` #99

Closed nekevss closed 3 weeks ago

nekevss commented 1 month ago

And thus begins the Great Time Zone / ZonedDateTime implementation. :sweat_smile:

This stubs out tzdb support by relying solely on the user's zoneinfo files, and should allow us to move forward with implementing and testing ZonedDateTime without being blocked by a proper tzdb provider for Boa.

This PR implements:

Things of note that are not in this PR:

Let me know what you think :)