QuestionWeb AppWeb app. runs in the browser resolved
streak resets at the wrong time for users in other timezones
it resets at UTC midnight but I want the users local midnight. how do people handle timezones without losing their mind?
2 answers
it resets at UTC midnight but I want the users local midnight. how do people handle timezones without losing their mind?
quick win: try the env var first. if that is not it, it is probably the redirect URL.
the trick most tutorials skip: do it server-side. worked for me instantly.