pub fn parse_stream_id_timestamp(stream_id: &str) -> Option<u64>Expand description
Parse the timestamp (milliseconds since epoch) from a stream ID.
Stream IDs are formatted as {timestamp_ms}-{sequence}.
Returns None for malformed IDs or special cases like “0”.