chg: *-seen rephrasing 2

pull/27/head
mokaddem 2019-06-24 16:06:39 +02:00
parent b46942e0a2
commit 60d1b1dad8
1 changed files with 2 additions and 2 deletions

View File

@ -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.