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

Get rid of ajax call for timezone conversion #4883

Closed
1 task done
jennifer-richards opened this issue Dec 13, 2022 · 0 comments · Fixed by #5239
Closed
1 task done

Get rid of ajax call for timezone conversion #4883

jennifer-richards opened this issue Dec 13, 2022 · 0 comments · Fixed by #5239

Comments

@jennifer-richards
Copy link
Member

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

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

Successfully merging a pull request may close this issue.

2 participants