pub fn format_iso(ts: DateTime<Utc>) -> String
Formats a DateTime<Utc> using the global timezone.
DateTime<Utc>
Format: %Y-%m-%dT%H:%M:%S%:z (e.g. 2026-04-19T10:00:00+00:00 for UTC, 2026-04-19T07:00:00-03:00 for America/Sao_Paulo).
%Y-%m-%dT%H:%M:%S%:z
2026-04-19T10:00:00+00:00
2026-04-19T07:00:00-03:00
America/Sao_Paulo