Text output added

pull/6/head
Alexandre Dulaunoy 2016-10-03 11:00:55 +02:00
parent 1247d572bd
commit 7befba3693
1 changed files with 6 additions and 6 deletions

View File

@ -189,17 +189,17 @@ Internet-Draft MISP core format October 2016
2.2.1.6. date 2.2.1.6. date
date represents a reference date to the event in year-month-date date represents a reference date to the event in ISO 8601 format
format. For a more precise time reference, the timestamp key is (date only: YYYY-MM-DD). This date corresponds to the date the event
used. occured, which may be in the past.
date is represented as a JSON string. date is represented as a JSON string.
2.2.1.7. timestamp 2.2.1.7. timestamp
timestamp represents a reference time when the event was created. timestamp represents a reference time when the event was created, or
timestamp is expressed in seconds (decimal) since 1st of January 1970 last updated. timestamp is expressed in seconds (decimal) since 1st
(Unix timestamp). The time zone MUST be UTC. of January 1970 (Unix timestamp). The time zone MUST be UTC.
timestamp is represented as a JSON string. timestamp MUST be present. timestamp is represented as a JSON string. timestamp MUST be present.