fix(python): Dont use system TimeZone data, use python zoneinfo module zone data
ref: fixes #603
This commit is contained in:
18
app/settings/migrations/0010_alter_usersettings_timezone.py
Normal file
18
app/settings/migrations/0010_alter_usersettings_timezone.py
Normal file
File diff suppressed because one or more lines are too long
@ -99,6 +99,7 @@ ARG NGINX_VERSION
|
||||
ENV CI_PROJECT_URL=${CI_PROJECT_URL}
|
||||
ENV CI_COMMIT_SHA=${CI_COMMIT_SHA}
|
||||
ENV CI_COMMIT_TAG=${CI_COMMIT_TAG}
|
||||
ENV PYTHONTZPATH=""
|
||||
|
||||
# Var must exist, even empty so that the metrics settings logic functions
|
||||
# correctly
|
||||
|
@ -34,3 +34,8 @@ sqlalchemy==2.0.31
|
||||
# metrics
|
||||
prometheus-client==0.21.1
|
||||
django-prometheus==2.3.1
|
||||
|
||||
# Version must be specified. see https://github.com/nofusscomputing/centurion_erp/issues/603
|
||||
# must also have export PYTHONTZPATH=""
|
||||
pytz==2025.1
|
||||
tzdata==2025.1
|
Reference in New Issue
Block a user