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.
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
Most helpful comment
Thanks I had to add this to my
docker-compose.env