StephenOTT / STIX-Java

STIX 2.x Java Library
MIT License
27 stars 13 forks source link

Serialization test with various sub-second precision #95

Closed anlklsim closed 5 years ago

anlklsim commented 5 years ago

Here is a test of indicators with various sub-second precision in timestamp fields. They do parse and print out correctly, however, the serialization does drop trailing zeros.

StephenOTT commented 5 years ago

@anlklsim thank you for the tests. This has been covered in #94