boa-dev / temporal

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

Implement `DateTime` round method #88

Closed nekevss closed 4 months ago

nekevss commented 4 months ago

This PR implements DateTime:round. In order to do this, IsoDateTime::round needed to be implemented, and IsoTime::round was updated to the current specification version