The new INGEST_TIMESTAMP() derived column function can help you find and debug event latency or inaccurate timestamps.
// How many seconds did it take for this event to arrive?
SUB(INGEST_TIMESTAMP(),EVENT_TIMESTAMP())
Honeycomb began storing ingestion times on January 28; events created before this will have INGEST_TIMESTAMP() == EVENT_TIMESTAMP()
.