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
The interim request page makes an ajax call to the ajax_get_utc() view to convert a time/date/timezone into UTC. This is unnecessary - should lose the view and do the conversion directly in JS using luxon (or moment, I suppose).
Describe the issue
The interim request page makes an ajax call to the
ajax_get_utc()
view to convert a time/date/timezone into UTC. This is unnecessary - should lose the view and do the conversion directly in JS using luxon (or moment, I suppose).Code of Conduct
The text was updated successfully, but these errors were encountered: