Missing Timestamp in ResolvedEvent

I’m using the API to get events for a stream.

ReadStreamEventsForward(stream, start, count, resolveToTos)

I get the expected events returned as as array of ResolvedEvent.

My problem is that I really need the Timestamp for this event, and it is not a property in ResolvedEvent.

Is there a way to get the Timestamp in another way, or would it be possible to add the timestamp as a property to ResolvedEvent?

Yes this should be added. I will look at it tomorrow as we have a major revision coming anyways.

Cheers,

Greg

As an alternative you can add your effective time stamp in metadata

Thank you Greg.