Skip to main content

now_iso8601

Function now_iso8601 

Source
pub fn now_iso8601() -> String
Expand description

Format the current time as a simplified ISO 8601 string (e.g., "2026-02-11T12:00:00Z").

Uses the Howard Hinnant algorithm for civil date computation from Unix timestamp.