[][src]Function avr_libc::strftime

pub unsafe extern "C" fn strftime(
    s: *mut i8,
    maxsize: size_t,
    format: *const i8,
    timeptr: *const tm
) -> size_t

A complete description of strftime() is beyond the pale of this document. Refer to ISO/IEC document 9899 for details.

All conversions are made using the 'C Locale', ignoring the E or O modifiers. Due to the lack of a time zone 'name', the 'Z' conversion is also ignored.