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
On occasion, a server error crops up from the ajax_get_utc() view when it is called with timezone=''. This is presumably due to trying to convert a time to UTC before the timezone input has been set. This bug probably should be fixed along with implementing #4883.
This is probably a race condition between guessing the user's local time zone and initializing the form.
Describe the issue
On occasion, a server error crops up from the
ajax_get_utc()
view when it is called withtimezone=''
. This is presumably due to trying to convert a time to UTC before the timezone input has been set. This bug probably should be fixed along with implementing #4883.This is probably a race condition between guessing the user's local time zone and initializing the form.
Code of Conduct
The text was updated successfully, but these errors were encountered: