From 71a1974818bdd8ea1beef3a29faff6f97fd62332 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 5 Oct 2016 09:01:11 +0200 Subject: [PATCH] Clarification about timestamp added --- misp-core-format/raw.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 7da6099..9f74fac 100644 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -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.