CivicActions / compliance-io

Python library for reading/writing compliance as code
GNU General Public License v3.0
10 stars 5 forks source link

last-modified datetime in CMS_ARS_5_0.json is malformed #29

Open openprivacy opened 2 years ago

openprivacy commented 2 years ago

Regarding https://github.com/CMSgov/ars-machine-readable/issues/11

https://github.com/CivicActions/compliance-io/blob/c11607d00cd6aab1a347982ead756cfe6be37995/complianceio/catalog.py#L275

It appears this should be returning the default 'T' as the date-time separator per e.g. https://stackoverflow.com/questions/2150739/iso-time-iso-8601-in-python - more testing is necessary.

openprivacy commented 2 years ago

Currently adding the 'T' by hand to finished product at https://github.com/CMSgov/ars-machine-readable/tree/main/5.0/oscal