mirror of https://github.com/MISP/misp-rfc
Updated
parent
a7a6393de9
commit
8887e37808
|
@ -198,18 +198,19 @@ Internet-Draft MISP core format October 2016
|
||||||
2.2.1.7. timestamp
|
2.2.1.7. timestamp
|
||||||
|
|
||||||
timestamp represents a reference time when the event was created, or
|
timestamp represents a reference time when the event was created, or
|
||||||
last updated. timestamp is expressed in seconds (decimal) since 1st
|
last updated/edited on the instance. timestamp is expressed in
|
||||||
of January 1970 (Unix timestamp). The time zone MUST be UTC.
|
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.
|
timestamp is represented as a JSON string. timestamp MUST be present.
|
||||||
|
|
||||||
2.2.1.8. publish_timestamp
|
2.2.1.8. publish_timestamp
|
||||||
|
|
||||||
publish_timestamp represents a reference time when the event was
|
publish_timestamp represents a reference time when the event was
|
||||||
published. published_timestamp is expressed in seconds (decimal)
|
published on the instance. published_timestamp is expressed in
|
||||||
since 1st of January 1970 (Unix timestamp). At each publication of
|
seconds (decimal) since 1st of January 1970 (Unix timestamp). At
|
||||||
an event, publish_timestamp MUST be updated. The time zone MUST be
|
each publication of an event, publish_timestamp MUST be updated. The
|
||||||
UTC.
|
time zone MUST be UTC.
|
||||||
|
|
||||||
publish_timestamp is represented as a JSON string. publish_timestamp
|
publish_timestamp is represented as a JSON string. publish_timestamp
|
||||||
MUST be present.
|
MUST be present.
|
||||||
|
@ -220,7 +221,6 @@ Internet-Draft MISP core format October 2016
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Dulaunoy & Iklody Expires April 4, 2017 [Page 4]
|
Dulaunoy & Iklody Expires April 4, 2017 [Page 4]
|
||||||
|
|
||||||
Internet-Draft MISP core format October 2016
|
Internet-Draft MISP core format October 2016
|
||||||
|
|
Loading…
Reference in New Issue