[BUG] Missing notification time on iOS
Closed this issue · 13 comments
Is you're TZ correct?
Did you removed the TZ variable from the environment variables?
Same for me, also have the TZ env set.
Also: Web version of Gotify shows the correct time span.
I was using NginxProxyManager before (when it was showing the correct time), could be something related the reverse Proxy?
iOS18 (was the same on iOS17)
App 1.4.1 (27)
Gotify 2.5.0
HAProxy on PFSense
I use also NginxProxyManager
it can be, i don't exclude it.
But i had this issue only when the environment variable for the TZ is set, that's the reason i removed it from the environment set.
Gotify has also a strange datetime format that i need to parse (yyyy-MM-dd'T'HH:mm:ss.SSSSSSSSS'Z'), before i had to struggle much more with each timezone.
Hello, I have the same issue but I don't have the TZ configured.
Can someone give me some configuration informations that i can reproduce this problem?
system / how deploy system service or docker compose / environmentvariables (no Password or something ;) )
and @MajorTomDE can you send me via Discord a payload from the iGotify container?
or if you don't have Discord please send me a mail to igotify@secntfy.app
it looks something like that
Message converted: {"id":9282,"appid":7,"message":"This is an message send over Gotify.","title":"Notification","priority":7,"date":"2024-10-14T11:12:39.588706706Z"}
This is my config I use inside Unraid. I'm planning to move everything in k8s but I don't know if I can do this week.
services:
igotify:
container_name: igotify
hostname: igotify
image: ghcr.io/androidseb25/igotify-notification-assist:latest
restart: unless-stopped
security_opt:
- no-new-privileges:true
pull_policy: always
networks:
- net
ports:
- "8681:8080"
volumes:
- api-data:/app/data
networks:
net:
volumes:
api-dawwta:
and there is the problem ... I use inside Unraid ...
.
the template what is under unraid is not from me and i don't use unraid so i can't help
maybe this hint is helping from an other 0s issue where someone also use unraid
using Docker on a plain Linux Host,
after removing the TZ env the Timestamp is back again as expected.
So for me, RTFM Changelog Error on my end while upgrading.
Thanks for your Time
I got the same issue on Synology & NPM. After removed the TZ variable it was working properly! Thanks.
I can confirm the solution: Removing the TZ variable from gotify and gotify-notification container solves the issue.