You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aTIMEZONE
cookie so the backend can use it to set a default timezone for the browser.The text was updated successfully, but these errors were encountered: