boa-dev / temporal

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

Implement `ZonedDateTime`'s add and subtract methods #102

Closed nekevss closed 3 weeks ago

nekevss commented 3 weeks ago

Re: title, depends on #99 and #100

This PR implements ZonedDateTime's add and subtract methods along with related TimeZone operations that were needed.

There is also one test to verify the results based off test262.