internetarchive / internetarchive/openlibrary
Edition history JSON payload dates not ISO 8601 formatted
Open
Lead: @cdrini
Priority: 3
Theme: Public APIs
Type: Bug
- Dominant language
- Python
- Stars
- 6.7k
- Forks
- 2k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 138
Description
The `created` field in the JSON payload for edition history (ie `?m=history`) isn't correctly formatted.
### Evidence / Screenshot (if possible)

### Relevant url?
https://openlibrary.org/books/OL43522513M.json?m=history
### Steps to Reproduce
1. Go to ...
2. Do ...
* Actual: `created: "2023-02-10 19:36:23.941465",`
* Expected: `created: "2023-02-10T19:36:23.941465",`
Contributor guide
Assessment
This issue has not been assessed yet.