Skip to content

Commit

Permalink
Build out Temporal's ZonedDateTime and Now (#4068)
Browse files Browse the repository at this point in the history
* Progress on implementing more of zdt

* Complete build out of ZonedDateTime and Now

* Update temporal to fixed version

* zonedDateTime -> zonedDateTimeISO

* Bump test262 commit

* Add import-defer to ignore list

* Add import-defer to feature edition

* Add other adjustments for test262 bump

* Remove expects from month-day to address panics

* Fix panics with Date object

* Missed one of the clippy lints

* Adjustments to address some broken tests + added PlainDate tests broken down from test262

* Bump temporal_rs to bug fixed version

* Update get_options_object order of operations
  • Loading branch information
nekevss authored Dec 11, 2024
1 parent 67f6d56 commit 934546e
Show file tree
Hide file tree
Showing 20 changed files with 1,426 additions and 351 deletions.
32 changes: 30 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ intrusive-collections = "0.9.7"
cfg-if = "1.0.0"
either = "1.13.0"
sys-locale = "0.3.2"
temporal_rs = "0.0.4"
temporal_rs = { git = "https://github.com/boa-dev/temporal.git", rev = "016bc31d2ce5484973b71ccdb0faeb33c00a9ae6", features = ["tzdb", "now"] }
web-time = "1.1.0"
criterion = "0.5.1"
float-cmp = "0.10.0"
Expand Down
Loading

0 comments on commit 934546e

Please sign in to comment.