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

Timezone detection needs an update #1779

Closed
jace opened this issue Jul 3, 2023 · 0 comments · Fixed by #1794
Closed

Timezone detection needs an update #1779

jace opened this issue Jul 3, 2023 · 0 comments · Fixed by #1794
Assignees

Comments

@jace
Copy link
Member

jace commented Jul 3, 2023

Baseframe's detect_timezone.js is obsolete as there is now a standard JS API call: Intl.DateTimeFormat().resolvedOptions().timeZone. The output of this call has to be saved to a TIMEZONE cookie so the backend can use it to set a default timezone for the browser.

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 a pull request may close this issue.

2 participants