https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37903
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #3 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #2) > This should actually work in most places. It does not work however for > checkouts because we are using AddIssue instead of the usual > Koha::Object->new_from_api It does not work, even on top of bug 37902: If I POST /api/v1/patrons "last_seen": "2024-09-12T03:29:05-04:00", response is "last_seen": "2024-09-12T03:29:05-03:00", and in DB: lastseen: 2024-09-12 03:29:05 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
