We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Badly formatted dates (e.g. 01/01/2021) and invalid dates (e.g. 0000-00-00T00:00:00Z) both result in the same feedback to users:
01/01/2021
0000-00-00T00:00:00Z
Incorrect date format. Dates should use the form YYYY-MM-DDT00:00:00Z. Learn more about dates in OCDS.
For dates that have the correct format but which are invalid, it would be helpful to prompt users to check for dummy values.
Example
{ "publishedDate": "0000-00-00T00:00:00Z", "releases": [ { "date": "01/01/2021" } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Badly formatted dates (e.g.
01/01/2021
) and invalid dates (e.g.0000-00-00T00:00:00Z
) both result in the same feedback to users:For dates that have the correct format but which are invalid, it would be helpful to prompt users to check for dummy values.
Example
The text was updated successfully, but these errors were encountered: