adamcharnock/django-tz-detect

Disable posting timezone to server if cookies are disabled

Closed this issue · 1 comments

If cookies are disabled then storing the timezone in the user's session is a hopeless task and will trigger a request for each page load. Therefore, we shouldn't bother.

Released in v0.2.0.