svn_time_from_cstring

Function svn_time_from_cstring 

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

Convert @a data to an @c apr_time_t @a when.

@see svn_time_to_cstring() for the reverse conversion.

@deprecated Also accepts a format that was used before Subversion 0.14. See implementation for details. Use of this format is deprecated.

Use @a pool for temporary memory allocation.