letterboxdpy icon indicating copy to clipboard operation
letterboxdpy copied to clipboard

Inconsistent date format across endpoints

Open fastfingertips opened this issue 6 months ago • 0 comments

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.

fastfingertips avatar Aug 29 '25 14:08 fastfingertips