pub fn since_clause(since: &str) -> Value
--since as a range clause: <digits><s|m|h|d|w> becomes now-<dur>; anything else passes through verbatim for the server to validate as a timestamp or date-math expression.
--since
<digits><s|m|h|d|w>
now-<dur>