pub fn mark_verified(conn: &Connection, id: &str, now: &str) -> Result<bool>
Record that a node’s content was verified as of now (ISO 8601).
now
Returns true when the node existed and was updated.
true