-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date Last Modified error #5
Comments
@isobiesk
While it's always good to have the latest OSCAL files, it is more likely the date in your OSCAL file is not formatted correctly. The OSCAL syntax is very strict about this.
If it's a date with time-zone, it has to appear in the OSCAL file as follows (the first is GMT. The second is with a timezone off-set): If it's a dateTime-with-timezone, it has to appear in the OSCAL file like this: [Pulled this from a document I am composing for FedRAMP on this topic about the second format] |
@isobiesk Please leave a comment either way. If it works, If it does turn out to be an issue of the format of the date in the file, I can close the issue. |
@brianrufgsa it appears in the OSCAL file as such: 2019-09-23T14:1917.649-04:00 I was attending the OSCAL workshop and others also had this same issue. |
*19:17 |
Can you clarify which model (catalog, profile, component, or ssp) and field? |
This appears to be an issue of having an out-of-date schema file. The OSCAL syntax was changed. That's an old schema file looking for the old syntax. The latest schema files process this correctly (I just verified). Try manually downloading THIS FILE, and placing in the webroot/oscal folder. It should work after that. |
I'm having an error when I upload a file to the GUI where it says that the date last modified is invalid.
To reproduce:
Upload an OSCAL document to the GUI. I used the OSCAL documents in the OSCAL repo (catalogs and profiles). I also tried both methods of upload (drag and drop as well as choosing a file).
All documents and both upload methods produce the same error for me.
The text was updated successfully, but these errors were encountered: