mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #942] Incorrect timezone in email message "New Device Logged In From" #668
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#668
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/942
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.