https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22741 --- Comment #20 from Martin Renvoize <martin.renvoize@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.