What's the idiomatic way of using timezones in a Phoenix Liveview application?
In SvelteKit I work in UTC on the backend, and then just do a quick conversion in the frontend with a helper util that I call whenever displaying the date to the user.
I am not sure how to do it in Phoenix without it feeling over complicated with hooks.