Skip to content
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

Use ISO 8601 date format for formatting dates #608

Open
jonatan-ivanov opened this issue Sep 23, 2023 · 1 comment
Open

Use ISO 8601 date format for formatting dates #608

jonatan-ivanov opened this issue Sep 23, 2023 · 1 comment

Comments

@jonatan-ivanov
Copy link
Contributor

ISO 8601 is the commonly accepted international date format. Using it makes it easy for humans to read dates and also machines to parse it.

Right now https://developers.events/all-cfps.json does not use it, it uses something else which also has some encoding issues in the json see:

"until": "10-Avr-2022",
"until": "21-Jan-2022-\u003E03-Mar-2022",
"until": "24-Jan-2022",
@jespino
Copy link
Contributor

jespino commented Aug 26, 2024

@scraly, this would probably be a good option for a new validator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants