pub fn now_iso() -> String
Current UTC time as an ISO-8601 string (second precision).
Uses only std::time::SystemTime — no external date library required.
std::time::SystemTime