chore: document local time (BST) usage, no UTC conversion

This commit is contained in:
Claus Lohmar 2026-08-05 09:54:39 +01:00
parent 66f35b1eb9
commit c19944bc27

View file

@ -119,6 +119,7 @@ func (rm *RecorderManager) startRecorder(cam CameraConfig) {
}
// Generate filename with start-of-segment timestamp.
// All timestamps are in local time (BST) — no UTC conversion.
now := time.Now()
// Round down to the nearest 5-minute boundary for clean naming.
rounded := now.Truncate(5 * time.Minute)