horizon/openstack_dashboard
David Hill f60220329a Get the timezone offset for the current day instead of January 1st.
This bug only appears to be a cosmetic one where the TZ offset
would be calculated on current_year/01/01 so would remain in
daylight saving offset when displaying the timezones list.

(Note by amotoki)
The minimum version of Babel is bumped to 2.6.0
as Babel 2.3.4 returns "New Zealand Time" instead of "New Zealand
(Auckland) Time" returned from the latest Babel (2.9.0).
It is not a good idea to handle such difference in Babel in our UT
and there is no reason to stick to Bump 2.3.4.
2.6.0 was chosen as it is available in Ubuntu Focal and there is
no more reason than this.

Change-Id: I0600086cc51cf5abcf1631565e75146114189667
Closes-bug: #1822849
2021-03-18 08:29:07 +09:00
..
api Add Volume backups support for admin panel 2021-03-05 00:15:08 +00:00
conf Support policy-in-code and deprecated policy 2021-01-27 14:02:27 +00:00
contrib Use python3-style super() 2020-10-15 14:37:20 +09:00
dashboards Get the timezone offset for the current day instead of January 1st. 2021-03-18 08:29:07 +09:00
django_pyscss_fix Handle log message interpolation by the logger 2017-03-31 20:59:16 +09:00
enabled Add Volume backups support for admin panel 2021-03-05 00:15:08 +00:00
local Changed default identity url to horizon 2019-12-06 18:41:38 +08:00
locale Imported Translations from Zanata 2021-03-06 06:53:07 +00:00
management Deprecate Django launch instance form 2021-03-09 15:55:35 +09:00
static Allow themes to override bg color of even lines of horizon tables 2021-02-28 13:19:47 +09:00
templates Use "load static" instead of "load staticfiles" 2021-01-13 21:31:36 +09:00
templatetags Stop to use the __future__ module. 2020-06-03 10:45:18 +02:00
test Merge "import "collections.abc" explicitly" 2021-03-05 09:30:12 +00:00
themes Fix Material theme to work with any combination of pyScss and MDI icons 2021-02-18 15:14:55 +09:00
usage Add try/except block for some nova and neutron api calls 2020-12-02 14:12:02 +00:00
utils Use python3-style super() 2020-10-15 14:37:20 +09:00
.eslintrc
__init__.py
context_processors.py Forwards LOGOUT_URL to templates. 2019-09-20 11:51:48 +02:00
defaults.py Support policy-in-code and deprecated policy 2021-01-27 14:02:27 +00:00
exceptions.py Drop Heat related code from horizon 2017-12-05 07:38:55 +00:00
hooks.py pylint: fix import-error 2019-01-16 00:00:58 +09:00
karma.conf.js Add expectations to identity specs 2020-12-18 10:22:57 -06:00
policy.py Specify POLICY_CHECK_FUNCTION as a string 2016-11-25 13:06:14 +01:00
settings.py Rename zh-cn and zh-tw translations to zh-hans and zh-hant 2021-02-18 09:57:27 +09:00
theme_settings.py pylint: fix several warnings 2019-01-15 00:22:27 +09:00
urls.py Define default settings explicitly (openstack_dashboard 5/5) 2019-07-08 18:20:32 +09:00
views.py Merge "Use python3-style super()" 2020-10-27 04:42:53 +00:00
wsgi.py Fixed path after moving wsgi/django.wsgi to wsgi.py 2018-09-06 12:05:37 +02:00