Use datetime strings instead of timestamps
Open
technical debt
- Dominant language
- Python
- Stars
- 9
- Forks
- 31
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 16
Description
OpenAPI doesn't have `timestamp` as a time, only [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) dates
https://swagger.io/docs/specification/v3_0/data-models/data-types/#strings
Also, timestamps are problematic because it is used in different ways in Python and JavaScript
Contributor guide
Research direction
No files or tests are named. Start by locating the OpenAPI schema and the fields currently represented as timestamps, then trace their Python and JavaScript uses. Done means the affected API values use RFC 3339 datetime strings consistently instead of timestamps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, openapi, python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100