Within the next few weeks, we'll add event_ts
timestamp fields to additional streamed events you receive in the real-time messaging API.
What are these fields for?β
The event_ts
field differs from the ts
timestamp fields you already receive with most events. The ts
field is associated with the object or transition the event is describing while the event_ts
attribute refers to the streamed event.
The ts
field is like a date scrawled on a letter contained within an envelope β it's part of the message itself.
The event_ts
is like a postmark stamped on the envelope as part of the postal process, an artifact of the workflow used to deliver the message to the intended recipient.
As with ts
, event_ts
is expressed in a kind of "epoch time", contained within a string and including fractions of seconds.
An example event_ts
timestamp value of "1361482916.000004"
, could be converted to UTC as 2013-02-21 21:41:56 UTC
.
event_ts
is especially useful when noting your real time progress through a channel's history.