pub fn parse_timestamp(timestamp: &str) -> Result<u64, WSError>Expand description
Parse an ISO 8601 / RFC 3339 timestamp to Unix seconds.
Supports common formats:
2024-01-15T12:30:45Z(UTC)2024-01-15T12:30:45.123Z(with milliseconds)1705323045(Unix timestamp as string)