woheller69 / whoBIRD

Identify bird sounds in real time with this Android version of BirdNET. Bird sound recognition for more than 6,000 species worldwide.
GNU General Public License v3.0
249 stars 13 forks source link

Recorded detection timestamp updates to current location #32

Closed stevedee closed 2 months ago

stevedee commented 2 months ago

Example:- A detection while in Costa Rica is timestamped correctly to local time (Costa Rica: UTC -6) Once back in England, recorded detection timestamps from Costa Rica are now displayed in BST (UTC +1).

Detection timestamps should be fixed to the local time when detected, and remain constant irrespective of new location.

woheller69 commented 2 months ago

I don't think I will change this. Times are stored as UTC timestamps, and displayed for your current time zone. Changing this would be complex. Next week you will have access to the database. Just released V2.9. Then you can export data and convert times as you like :-)