Access timestamp in TraceEvent dynamic rule filter

Is there any way to access the event timestamp in a an event handler callback function for TraceEvent?
From the documentation, the event handler callback signature is:

int event_hdlr (event_data_t * event_data ).

Thanks.