TimezoneMiddleware +
March 13, 2023 ยท View on GitHub
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.