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

--- Comment #20 from Martin Renvoize <martin.renvo...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to