Time functions calculate and manipulate time data.Documentation Index
Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
Use this file to discover all available pages before exploring further.
UNIX_TIMESTAMP
Converts a date string in RFC3339 format (for example, 2017-07-20T11:22:44.888Z) to a Unix timestamp (1500549764.888).
This is useful for comparing two timestamps in an event; for example, to calculate a duration from a start and an end timestamp.
EVENT_TIMESTAMP
Returns the Unix timestamp, also known as the Epoch timestamp, of the current event as a float (1500549764.888, for example).
This is useful for comparing two timestamps in an event; for example, to calculate a duration from a start and an end timestamp.
This function takes no arguments.
INGEST_TIMESTAMP
Returns the Unix timestamp, also known as the Epoch timestamp, indicating when Honeycomb’s servers received the current event, as a float (1500549764.888, for example).
This is useful for debugging event latency by comparing the event timestamp to the ingestion time.
This function takes no arguments.