snstac / pytak

PyTAK is a Python package for rapid TAK integration.
https://pytak.readthedocs.io/en/stable/
Apache License 2.0
156 stars 42 forks source link

CoT Time/Start/Stale timestamps aren't actually ISO-8601 #51

Closed ampledata closed 9 months ago

ampledata commented 9 months ago

CoT uses a subset of ISO-8601 selected by W3C in the XML Schema dateTime primitive: https://www.w3.org/TR/xmlschema-2/#dateTime

Technically PyTAK is formatting these timestamps correctly, we're just using the wrong nomenclature to describe the format.