mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
Incorrect timezone in email message "New Device Logged In From" #667
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 @andpp on GitHub (Mar 31, 2020).
Subject of the issue
I changed timezone in Dockerfile to my local TZ and created bitwarden_rs container with correct timezone. All logs have correct timestamp. Running 'date' command inside container shows correct date. However in information emails I still receive time in UTC zone. All timezone settings inside the container are correct.
Your environment
Dockerfile I use:
Steps to reproduce
Your account was just logged into from a new device.
Date: Tuesday, March 31, 2020 at 18:54 <- UTC timezone
IP Address:
Device Type: Chrome
Expected behaviour
Date should be according to docker's container timezone
Actual behaviour
Date in UTC
@andpp commented on GitHub (Apr 17, 2020):
Fixed after upgrade to the latest release. Closing.