Dates returned in different formats
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 755
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
For an example, see https://www.openml.org/api/v1/json/data/3.
The upload_date is returned in format "%Y-%m-%dT%H:%M:%S", the processing_date as "%Y-%m-%d %H:%M:%S" (space instead of 'T').
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the example API response at https://www.openml.org/api/v1/json/data/3 and trace how upload_date and processing_date are serialized. Confirm the intended common date format from the surrounding API behavior, then verify that both fields use it consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100