pub fn parse_instant(value: &Value) -> Result<DateTime<Utc>, FaucetError>Expand description
Parse a bookmark value into a UTC instant (public wrapper over the internal
parser; see BindFormat for the accepted forms). Used by datetime window
slicing (#527) to resolve the sweep’s start bound from the stored bookmark.