[Koha-bugs] [Bug 22741] Koha/Patrons.t is failing randomly on test BorrowerLogs and TrackLastPatronActivity

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 20 16:54:25 CEST 2019


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

--- Comment #20 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Had a quick chat with Kyle and Tomas about this..

We think we should add updated_on to the exclude list for the actionlogs (I
don't think it makes much sense to record such a system maintained internal
field in the actionlogs change information like this)

We also think this highlights that we shouldn't be letting the DB maintain the
updated_on field here.. if the server timezone and your Koha instance timezone
don't happen to match you're going to get interesting data in the updated_on
field. So we're suggesting adding a dt_from_string call in the Koha::Patron
store routine itself to make sure we account for koha instance timezones.
(there's a precedent for this elsewhere already apparently)

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


More information about the Koha-bugs mailing list