https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38216 --- Comment #7 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Jonathan Druart from comment #6)
(In reply to Katrin Fischer from comment #5)
Isn't Bug 37905 - Correctly fix the "last hour" filter on the job list using it?
Where?
There are only 2 occurrences
% git grep '\->rfc3339' t/db_dependent/Koha/REST/Plugin/Objects.t: my $q = encode_json( { enqueued_on => $one_hour_ago->rfc3339, borrowernumber => $patron->id } ); t/db_dependent/Koha/REST/Plugin/Objects.t: enqueued_on => [ { '>' => $now->rfc3339 }, { '=' => $one_hour_ago->rfc3339 } ],
Interesting, it was a dependency, I hadn't check the code (too busy today) -- You are receiving this mail because: You are watching all bug changes.