pub fn now_utc_string() -> String
Return the current UTC instant formatted as an RFC 3339 string.
Uses std::time::SystemTime so no external dependency is needed.
std::time::SystemTime