pub fn parse_rfc3339_timestamp(timestamp: &str) -> Result<UnixNanos>
Parses an RFC3339 timestamp string into UnixNanos.
UnixNanos
Returns an error if the input string is not a valid RFC3339 timestamp or is out of range.