Skip to main content

ly_time_ts2str

Function ly_time_ts2str 

Source
pub unsafe extern "C" fn ly_time_ts2str(
    ts: *const timespec,
    str_: *mut *mut c_char,
) -> Type
Expand description

@brief Convert timespec into date-and-time string value.

@param[in] ts Timespec. @param[out] str String date-and-time value in the local timezone. @return LY_ERR value.