The get_recording_datetime() and calculate_detected_at() helpers in audio_analyzer.py are responsible for parsing and computing timestamps from filenames. These are general-purpose utilities and should be moved to a shared utils/ module to improve separation of concerns, reuse, and testability.
Tasks