fix(python): Dont use system TimeZone data, use python zoneinfo module zone data

ref: fixes #603
This commit is contained in:
2025-02-14 21:41:21 +09:30
parent 33c589a1a0
commit 4f2a28bb52
3 changed files with 24 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -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

View File

@ -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