Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Isolate::date_time_configuration_change_notification #1446

Conversation

thomasballinger
Copy link
Contributor

No description provided.

@CLAassistant
Copy link

CLAassistant commented Mar 29, 2024

CLA assistant check
All committers have signed the CLA.

let _setup_guard = setup::parallel_test();
let isolate = &mut v8::Isolate::new(Default::default());
isolate
.date_time_configuration_change_notification(v8::TimeZoneDetection::Skip);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just calling the method here, don't know how to test this without mocking out timezone

@thomasballinger
Copy link
Contributor Author

CI now passes when I run it from a fork thomasballinger#2

Copy link
Contributor

@mmastrac mmastrac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mmastrac mmastrac enabled auto-merge (squash) April 12, 2024 22:21
@mmastrac mmastrac merged commit 57c2338 into denoland:main Apr 12, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants