Skip to main content

micros_to_iso

Function micros_to_iso 

Source
pub fn micros_to_iso(micros: i64) -> String
Expand description

Convert a microsecond epoch i64 to an RFC 3339 / ISO-8601 string.

Entity and Note storage uses i64 microseconds internally; this is the single conversion point before any field reaches the MCP boundary.

Format: YYYY-MM-DDTHH:MM:SS.ffffffZ (SecondsFormat::Micros, UTC Z).