mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 01:10:09 +03:00
Time zone doesn't reflect environment variable in Docker #1190
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HawaiianPizza on GitHub.
Subject of the issue
Time zone doesn't reflect what is stated in the environment variable.
Deployment environment
Install method: Docker image
Clients used: Web vault, Android
Steps to reproduce
Created atandLast activeare only in UTC.Expected behaviour
Time zone is expected to display in the specified time zone in the docker-compose file.
Actual behaviour
Time zone in docker-compose file is ignored and instead Vaultwarden uses UTC.
@BlackDex commented on GitHub:
Works for me.
Within
docker-compose.ymlyou need to remove the quotes"around the value.