-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Issue
The Bitwarden Secure Sync Docker container always shows log timestamps in UTC,
even when the container itself is using the correct local timezone.
My system uses Asia/Kolkata (IST), and the container also shows the correct
local time when I check it. But the logs still display UTC time.
This makes it difficult to match the logs with other services that use local time.
Example
- Inside container: time is correct (IST)
- In Docker logs: time is always UTC (with a “Z” at the end)
My Docker Compose
services:
bitwarden-secure-sync:
image: aronmarinelli/bitwarden-secure-sync:latest
container_name: bitwarden-secure-sync
restart: unless-stopped
environment:
- TZ=Asia/Kolkata
volumes:
- ./config:/app/config
- /backup/bitwarden:/app/data
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:roMetadata
Metadata
Assignees
Labels
No labels