pub fn format_local_datetime(dt: DateTime<Utc>) -> String
Format a DateTime<Utc> (the protocol-level wire format) as a readable local-timezone string with an ISO-style offset.
DateTime<Utc>
Example: 2026-04-20 15:32:17 +08:00.
2026-04-20 15:32:17 +08:00