Timestamps inside the Docker container are currently being set in UTC, rather than respecting the system or user's local timezone.
The current Dockerfile uses eclipse-temurin:21-jre-alpine which defaults to UTC. Update the Docker configuration or application defaults so timestamps reflect the appropriate timezone for users.
Relevant Files:
- docker/production/Dockerfile
- docker/staging/Dockerfile
Timestamps inside the Docker container are currently being set in UTC, rather than respecting the system or user's local timezone.
The current Dockerfile uses
eclipse-temurin:21-jre-alpinewhich defaults to UTC. Update the Docker configuration or application defaults so timestamps reflect the appropriate timezone for users.Relevant Files: