Skip to main content

since_clause

Function since_clause 

Source
pub fn since_clause(since: &str) -> Value
Expand description

--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.