Clarification about timestamp added

pull/6/head
Alexandre Dulaunoy 2016-10-05 09:01:11 +02:00
parent bee1b6028f
commit 71a1974818
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ date is represented as a JSON string.
#### timestamp
timestamp represents a reference time when the event was created, or last updated/edited on the instance. timestamp is expressed in seconds (decimal) since 1st of January 1970 (Unix timestamp). The time zone MUST be UTC.
timestamp represents a reference time when the event, or one of the attributes within the event was created, or last updated/edited on the instance. timestamp is expressed in seconds (decimal) since 1st of January 1970 (Unix timestamp). The time zone MUST be UTC.
timestamp is represented as a JSON string. timestamp MUST be present.