pull/6/head
Alexandre Dulaunoy 2016-10-03 11:24:40 +02:00
parent a7a6393de9
commit 8887e37808
1 changed files with 7 additions and 7 deletions

View File

@ -198,18 +198,19 @@ Internet-Draft MISP core format October 2016
2.2.1.7. timestamp
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.
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.
2.2.1.8. publish_timestamp
publish_timestamp represents a reference time when the event was
published. published_timestamp is expressed in seconds (decimal)
since 1st of January 1970 (Unix timestamp). At each publication of
an event, publish_timestamp MUST be updated. The time zone MUST be
UTC.
published on the instance. published_timestamp is expressed in
seconds (decimal) since 1st of January 1970 (Unix timestamp). At
each publication of an event, publish_timestamp MUST be updated. The
time zone MUST be UTC.
publish_timestamp is represented as a JSON string. publish_timestamp
MUST be present.
@ -220,7 +221,6 @@ Internet-Draft MISP core format October 2016
Dulaunoy & Iklody Expires April 4, 2017 [Page 4]
Internet-Draft MISP core format October 2016