pub fn parse_timestamp(s: &str) -> Option<DateTime<Utc>>
Parse an RFC 3339 timestamp string into DateTime<Utc>.
DateTime<Utc>
Accepts both "2025-01-10T10:00:00Z" and "2025-01-10T10:00:00+00:00".
"2025-01-10T10:00:00Z"
"2025-01-10T10:00:00+00:00"