django-tz-detect icon indicating copy to clipboard operation
django-tz-detect copied to clipboard

Changes to user's timezone are not reflected in session

Open ktosiek opened this issue 1 year ago • 0 comments

This is really 2 problems:

  1. users might change timezone after the first page load,
  2. 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.

ktosiek avatar Nov 05 '24 09:11 ktosiek