https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37903 --- Comment #8 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Tomás Cohen Arazi from comment #6)
Hi, I'm a bit confused here. I understand where this is coming from, but POST /checkouts doesn't have any datetime parameter that would get passed to AddIssue. So maybe this is a worse bug (e.g. in AddIssue).
Indeed! My test was wrong, I was assuming my parameter was taken into account but it's not! Tried today with POST "due_date": "2024-09-09T23:59:00-00:00", and the response is "due_date": "2024-09-22T23:59:00-03:00", (ie. it's ignored!) So it's a bug in the spec I guess, not related to DT handling. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.