Summary: | t/db_dependent/Koha/OAIHarvester.t fails with wrong date format | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Web services | Assignee: | Matthias Meusburger <matthias.meusburger> |
Status: | Pushed to stable --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | david, dcook, martin.renvoize, matthias.meusburger, wainuiwitikapark |
Version: | Main | Keywords: | RM_priority |
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This fixes the tests for t/db_dependent/Koha/OAIHarvester.t - dates were incorrectly handled during the first days of the month because of the use of non-zero-padded days values.
|
Version(s) released in: |
25.05.00,24.11.01
|
Circulation function: | |||
Bug Depends on: | 35659 | ||
Bug Blocks: | |||
Attachments: |
Bug 38605: Fix Harvester.pm use of days parameter
Bug 38605: Fix Harvester.pm use of days parameter Bug 38605: Fix Harvester.pm use of days parameter |
Description
Katrin Fischer
2024-12-03 16:03:23 UTC
Created attachment 175154 [details] [review] Bug 38605: Fix Harvester.pm use of days parameter Dates were incorrectly handled during the first days of the month because of the use of non-zero-padded days values. (t/db_dependent/Koha/OAIHarvester.t failed) Created attachment 175164 [details] [review] Bug 38605: Fix Harvester.pm use of days parameter Dates were incorrectly handled during the first days of the month because of the use of non-zero-padded days values. (t/db_dependent/Koha/OAIHarvester.t failed) Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 175171 [details] [review] Bug 38605: Fix Harvester.pm use of days parameter Dates were incorrectly handled during the first days of the month because of the use of non-zero-padded days values. (t/db_dependent/Koha/OAIHarvester.t failed) Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: David Nind <david@davidnind.com> Have added my sign off, in case Jonathan wants to count his sign off as the QA. I am counting it, thanks David :) Pushed for 25.05! Well done everyone, thank you! Nice work everyone! Pushed to 24.11.x for 24.11.01 Koha/OAI/Client/Harvester.pm isn't in 24.05 Not backporting to 24.05.x |