pub fn parse_short_duration_seconds(value: &str) -> Option<u64>
Parses short durations: <integer><unit> with unit s, m, h, or d.
<integer><unit>
s
m
h
d