Timestamp formats

The EAA request schema uses both date and dateTime values in ISO 8601 format and Epoch time values, which are a simple integer indicating the number of seconds since January 1, 1970, such as 1681120717. Epoch time formats are used for:

  • ets and sts (timestamp) response data from List admin events reports.
  • start and end query parameters when specifying a time range.

For example, the following are acceptable date values:

1984-06-07
1998-01-01
2020-12-31

And the following are acceptable dateTime values, including time zone offset from GMT:

1984-06-23 00:00:00 +0000
1984-06-23T00:00:00 +0000