pub fn compute_heatmap_utc(timestamps: &[u64]) -> [[usize; 24]; 7]
Compute a 7x24 (weekday x hour) heatmap in UTC (kept for internal/tests). Weekday index: 0=Sun,1=Mon,…,6=Sat