svn_time_to_human_cstring

Function svn_time_to_human_cstring 

Source
pub unsafe extern "C" fn svn_time_to_human_cstring(
    when: apr_time_t,
    pool: *mut apr_pool_t,
) -> *const c_char
Expand description

Convert @a when to a const char * representation allocated in @a pool, suitable for human display in UTF8.