Skip to main content

now_utc_string

Function now_utc_string 

Source
pub fn now_utc_string() -> String
Expand description

Return the current UTC instant formatted as an RFC 3339 string.

Uses std::time::SystemTime so no external dependency is needed.