Versions in this module Expand all Collapse all v1 v1.1.0 Aug 25, 2025 v1.0.0 Aug 21, 2025 Changes in this version + func DetectLunchBreakNoonCentered(halfHourCounts map[float64]int, utcOffset int) (lunchStart, lunchEnd, confidence float64) + type GlobalLunchPattern struct + Confidence float64 + DropPercent float64 + EndUTC float64 + StartUTC float64 + func FindBestGlobalLunchPattern(halfHourCounts map[float64]int) GlobalLunchPattern