[Koha-bugs] [Bug 27463] OAI-PMH date handling in ListBase.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 14 10:44:02 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27463

--- Comment #19 from Rudolf Byker <rudolfbyker at gmail.com> ---
I tested as follows:

- Checked out Koha master branch.
- Ran Koha using docker composer from the koha-testing-docker repo.
- Enabled OAI-PMH (no YAML file, so default should be to exclude items)
- Visited cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml and took
note of last modified date of KOHA-OAI-TEST:7 . It is shown in UTC. Good.
- Added an item for record 7.
- Checked KOHA-OAI-TEST:7 again: No change. Good.
- Edited record 7.
- Checked KOHA-OAI-TEST:7 again: Time updated. Still UTC. Good.
- Edited an item for record 7.
- Checked KOHA-OAI-TEST:7 again: No change. Good.
- Deleted two items for record 7.
- Checked KOHA-OAI-TEST:7 again: No change. Good.
- Deleted the last item for record 7.
- Checked KOHA-OAI-TEST:7 again: No change. Good.

I think we can close this issue now :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list