pub fn parse_duration(s: &str) -> Option<Duration>
30s, 5m, 2h, 1d, 1h30m, or a bare integer (seconds). None on anything else — the caller turns that into a load error naming the key.
30s
5m
2h
1d
1h30m
None