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
Django middleware that gets the timezone of the request.
Since Django can't automatically detect what the user's timezone is, I had the idea of saving the user's timezone in a
cookie with JS on the landing page.