https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37903
--- Comment #8 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
