zulip/zerver
Anders Kaseorg 41f509170b users: Canonicalize the timezone identifier.
While working on shifting toward native browser time zone APIs
(#16451), it was found that all but very recent Chrome and Node
versions reject certain legacy timezone aliases like US/Pacific
(https://crbug.com/364374).

For now, we only canonicalize the timezone property returned in user
objects and not the timezone setting itself.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-10-27 13:42:54 -07:00
..
data_import docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
lib users: Canonicalize the timezone identifier. 2020-10-27 13:42:54 -07:00
management management: Replace knight command with change_user_role command. 2020-10-25 14:55:08 -07:00
migrations docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
openapi openapi: Fix the "the the" instances. 2020-10-26 12:50:01 -07:00
templatetags python: Replace list literal concatenation with * unpacking. 2020-09-02 11:15:41 -07:00
tests users: Canonicalize the timezone identifier. 2020-10-27 13:42:54 -07:00
tornado docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
views timezone: Remove get_timezone wrapper. 2020-10-27 13:42:54 -07:00
webhooks docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
worker queue: Be more explicit about test/real queue division. 2020-10-26 12:32:47 -07:00
__init__.py
apps.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
context_processors.py i18n: Don't include email tags in translation strings. 2020-09-25 15:53:26 -07:00
decorator.py decorator: Unfork redirect_to_login. 2020-10-25 14:58:53 -07:00
filters.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
forms.py forms: Convert percent formatting to "".format. 2020-10-19 11:54:14 -07:00
logging_handlers.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
middleware.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
models.py docs: Fix more capitalization issues. 2020-10-23 11:46:55 -07:00
signals.py timezone: Remove get_timezone wrapper. 2020-10-27 13:42:54 -07:00