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

Use time zone settings in Jint when parsing dates #15501

Open
Piedone opened this issue Mar 13, 2024 · 0 comments
Open

Use time zone settings in Jint when parsing dates #15501

Piedone opened this issue Mar 13, 2024 · 0 comments
Milestone

Comments

@Piedone
Copy link
Member

Piedone commented Mar 13, 2024

Is your feature request related to a problem? Please describe.

When parsing JS, Jint can use a configured time zone for datetime operations. We don't do that though, so datetime operations will use something else (I don't really know, some default, perhaps?).

Describe the solution you'd like

There's an abandoned PR for this that might be a suitable start: #9650. However, it shouldn't use sync-over-async, to begin with.

Describe alternatives you've considered

Can't add anything else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants