Skip to main content

format_system_time

Function format_system_time 

Source
pub fn format_system_time<W: Write>(
    out: &mut W,
    time: SystemTime,
    fmt: &str,
    mode: FormatSystemTimeFallback,
) -> UResult<()>
Expand description

Format a SystemTime according to given fmt, and append to vector out.