Skip to main content

ly_time_time2str

Function ly_time_time2str 

Source
pub unsafe extern "C" fn ly_time_time2str(
    time: time_t,
    fractions_s: *const c_char,
    str_: *mut *mut c_char,
) -> Type
Expand description

@brief Convert UNIX timestamp and fractions of a second into canonical date-and-time string value.

@param[in] time UNIX timestamp. @param[in] fractions_s Fractions of a second, if any. @param[out] str String date-and-time value in the local timezone. @return LY_ERR value.