all threads
QuestionWeb AppWeb app. runs in the browser resolved

streak resets at the wrong time for users in other timezones

@kenji_devRank Rising· 6/26/2026

it resets at UTC midnight but I want the users local midnight. how do people handle timezones without losing their mind?

2 answers

2 answers

  • quick win: try the env var first. if that is not it, it is probably the redirect URL.

    @aria_codesRank Adept· 6/26/2026
  • the trick most tutorials skip: do it server-side. worked for me instantly.

    @devon_makesRank Rising· 6/26/2026
to answer.