pub fn parse_rfc3339_timestamp(timestamp_str: &str) -> Result<u64, String>Expand description
Parse RFC3339 timestamp string to nanoseconds with error handling
Returns Result
This is a common utility to avoid duplicating timestamp parsing logic Used by multiple exchange implementations for consistent error handling