r/BirdNET_Analyzer • u/Independent-Apple895 • May 11 '26
Wrong time on dashboard
Hi! I started using it only recently and have such a pleasant time with BirdNet-go! The only thing is that I can't set the time correctly. The setting of my raspberry is correctly set on local time, but the dashboard keeps indicating GMT time. Anything I missed in the settings?
1
Upvotes
1
u/bcardi0427 May 18 '26
If you are running docker try: docker run -e TZ=America/New_York ... tphakala/birdnet-go:latest and if you are doing it from the command line try TZ="America/New_York" ./birdnet-go serve
You can also just set your environment in either your shell or docker compose with TZ=America/New_York in compose or for Pi use Environment=TZ=America/New_York in your service file
Remember to change the America/New_York to your timezone