TcM1911 / stix2

A pure Go library for working with Structured Threat Information Expression (STIX™) version 2.x data
BSD 2-Clause "Simplified" License
22 stars 6 forks source link

Fix timestamp format #18

Open TcM1911 opened 4 years ago

TcM1911 commented 4 years ago

The current timestamp format includes microsecond precision, this is not required by the standard. This is because the official schema requires this level of precision.

Address after this has been fixed: https://github.com/oasis-open/cti-stix2-json-schemas/issues/126