pub fn extract_created_normalized(text: &str) -> Option<String>Expand description
Extract CREATED timestamp from already-weekday-normalized text. Callers in the parser pre-normalize so multiple extractors share one scan; tests pass already-English input.