From 60d1b1dad82c53d96be32c6ab220d10d8ae69649 Mon Sep 17 00:00:00 2001 From: mokaddem Date: Mon, 24 Jun 2019 16:06:39 +0200 Subject: [PATCH] chg: *-seen rephrasing 2 --- misp-core-format/raw.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misp-core-format/raw.md b/misp-core-format/raw.md index 42bee80..6c4f268 100755 --- a/misp-core-format/raw.md +++ b/misp-core-format/raw.md @@ -836,13 +836,13 @@ Each attribute in an object **MUST** contain the parent event's ID in the event_ #### first_seen -first_seen represents a reference time when the object was first seen. first_seen as an ISO 8601 datetime up to the micro-second and supporting time zone. +first_seen represents a reference time when the object was first seen. first_seen as an ISO 8601 datetime up to the micro-second with time zone support. first_seen is represented as a JSON string. first_seen **MAY** be present. #### last_seen -last_seen represents a reference time when the object was last seen. last_seen as an ISO 8601 datetime up to the micro-second and supporting time zone. +last_seen represents a reference time when the object was last seen. last_seen as an ISO 8601 datetime up to the micro-second with time zone support. last_seen is represented as a JSON string. last_seen **MAY** be present.