letterboxdpy
letterboxdpy copied to clipboard
Inconsistent date format across endpoints
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.