Skip to main content

parse_until

Function parse_until 

Source
pub fn parse_until(s: &str) -> Result<i64, String>
Expand description

Parse a temporal string for use as an upper bound (“until”).

Year → end of year (start of next). Date → end of day (start of next). Datetime and epoch → same as parse().