Skip to main content
The Lemma API uses ISO 8601 timestamps for all date and time values. This is the most widely supported timestamp format across programming languages and tools.

Format

An ISO 8601 timestamp looks like this:

Timezone offsets

Instead of Z, you can specify a UTC offset:
This represents 9:30 AM Eastern Standard Time (UTC-5). The API converts all timestamps to UTC internally.

Using timestamps in query parameters

When filtering by timestamp, pass the full ISO 8601 string as the parameter value:

Generating timestamps