Merge branch 'master' of github.com:MISP/misp-rfc

pull/6/head
Alexandre Dulaunoy 2016-10-05 08:59:42 +02:00
commit bee1b6028f
1 changed files with 4 additions and 4 deletions

View File

@ -197,10 +197,10 @@ Internet-Draft MISP core format October 2016
2.2.1.7. 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.