Get event's time
#include <auparse.h>
time_t auparse_get_time(auparse_state_t *au);
auparse_get_time will access just the time portion of the timestamp data structure for the current event.
Returns 0 if an error occurs; otherwise, the valid time value in time_t format.
Steve Grubb