pub fn now_iso8601() -> String
Format the current time as a simplified ISO 8601 string (e.g., "2026-02-11T12:00:00Z").
"2026-02-11T12:00:00Z"
Uses the Howard Hinnant algorithm for civil date computation from Unix timestamp.