Searched refs:format_rfc3339_seconds (Results 1 – 4 of 4) sorted by relevance
5 format_rfc3339_micros, format_rfc3339_millis, format_rfc3339_nanos, format_rfc3339_seconds,110 TimestampPrecision::Seconds => format_rfc3339_seconds, in fmt()
32 format_rfc3339_seconds,
212 pub fn format_rfc3339_seconds(system_time: SystemTime) -> Rfc3339Timestamp { in format_rfc3339_seconds() function
256 timestamp = humantime::format_rfc3339_seconds(SystemTime::now()), in event()