mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-03-30 17:05:58 +00:00
The frontend sends ISO timestamps to filter by observation time. Go was filtering by transmission first_seen which missed packets with recent observations but old first_seen. Now converts ISO to unix epoch and queries the observations table directly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>