Paperless: wrong time/ timezone

Created on 26 Jul 2017  路  2Comments  路  Source: the-paperless-project/paperless

The web-ui shows me "Note: You are 2 hours ahead of server time." when editing reminders.
Indeed, it also saves in UTC rather than my timezone which may be ok but it should show me my local time.

I tried to add /etc/localtime:/etc/localtime:ro and /etc/timezone:/etc/timezone:ro as volumes and adding TZ=Europe/Berlin to docker-compose.env but it still shows not my local time.

Most helpful comment

Thanks I had to add this to my docker-compose.env

PAPERLESS_TIME_ZONE=Europe/Berlin

All 2 comments

I don't know how the docker setup works, but in any case did you set the PAPERLESS_TIME_ZONE value in the paperless config?

Thanks I had to add this to my docker-compose.env

PAPERLESS_TIME_ZONE=Europe/Berlin
Was this page helpful?
0 / 5 - 0 ratings

Related issues

eonist picture eonist  路  7Comments

ddddavidmartin picture ddddavidmartin  路  8Comments

blackwood picture blackwood  路  3Comments

philippeowagner picture philippeowagner  路  7Comments

danielquinn picture danielquinn  路  7Comments