1 #ifndef __ISDS_SYSTEM_H__
2 #define __ISDS_SYSTEM_H__
12 /* Convert UTF-8 @string representation of ISO 8601 date to @time.
13 * XXX: Not all ISO formats are supported */
14 isds_error
_isds_datestring2tm(const xmlChar
*string
, struct tm
*time
);