chore: document local time (BST) usage, no UTC conversion
This commit is contained in:
parent
66f35b1eb9
commit
c19944bc27
1 changed files with 1 additions and 0 deletions
|
|
@ -119,6 +119,7 @@ func (rm *RecorderManager) startRecorder(cam CameraConfig) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generate filename with start-of-segment timestamp.
|
// Generate filename with start-of-segment timestamp.
|
||||||
|
// All timestamps are in local time (BST) — no UTC conversion.
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
// Round down to the nearest 5-minute boundary for clean naming.
|
// Round down to the nearest 5-minute boundary for clean naming.
|
||||||
rounded := now.Truncate(5 * time.Minute)
|
rounded := now.Truncate(5 * time.Minute)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue