chuot / rdio-scanner

Rdio Scanner is an open source software that ingest and distribute audio files generated by various software-defined radio recorders. Its interface tries to reproduce the user experience of a real police scanner, while adding its own touch.
GNU General Public License v3.0
433 stars 62 forks source link

Searching by time is not accurate #258

Closed cpg178 closed 2 years ago

cpg178 commented 2 years ago

When using the time filter to find calls, it seems to be about an hour and 15 minutes behind on each search. i.e. if I want to find a call from 10am yesterday, in order to actually find it I need to put in 1115am, if i put in 10am it shows calls from around 8:45. See attached screenshot for an example image

chuot commented 2 years ago

Confirmed as a bug. It happens when the sort order is set to descending.

chuot commented 2 years ago

@cpg178 Fixed with v6.5.4. Please confirm and close the issue.

cpg178 commented 2 years ago

Works well now thanks for the quick fix!