Description:
Date information is returned inconsistently:
- Some endpoints return timestamp format
- Others return dict format like
{"year": 2024, "month": 9, "day": 23}
Expected behavior:
All endpoints should use a consistent date format throughout the project.
Description:
Date information is returned inconsistently:
{"year": 2024, "month": 9, "day": 23}Expected behavior:
All endpoints should use a consistent date format throughout the project.