django-tz-detect
django-tz-detect copied to clipboard
Changes to user's timezone are not reflected in session
This is really 2 problems:
- users might change timezone after the first page load,
- users might use a constant-offset timezone, and change that (see #70 for proof it actually happens :-)).
In both cases django-tz-detect should notice the change, and update the session as soon as possible.