From 7befba3693f3f5a7369a373314597b5585059504 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 3 Oct 2016 11:00:55 +0200 Subject: [PATCH] Text output added --- misp-core-format/raw.md.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/misp-core-format/raw.md.txt b/misp-core-format/raw.md.txt index 0d6d159..8a75e09 100644 --- a/misp-core-format/raw.md.txt +++ b/misp-core-format/raw.md.txt @@ -189,17 +189,17 @@ Internet-Draft MISP core format October 2016 2.2.1.6. date - date represents a reference date to the event in year-month-date - format. For a more precise time reference, the timestamp key is - used. + date represents a reference date to the event in ISO 8601 format + (date only: YYYY-MM-DD). This date corresponds to the date the event + occured, which may be in the past. date is represented as a JSON string. 2.2.1.7. timestamp - timestamp represents a reference time when the event was created. - 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 was created, or + last updated. 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.