[Koha-bugs] [Bug 34292] Date formatting in checkouts list broken

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jul 16 18:04:03 CEST 2023


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

--- Comment #1 from Andreas Roussos <a.roussos at dataly.gr> ---
The relevant commit is 1000ab402b from Bug 33804, where the `mDataProp`
property of the "Checked out on" column was changed for both the issues
and the relatives' issues DataTables from "issuedate_formatted" to plain
"issuedate".

"issuedate" is retrieved (via svc/checkouts) from the `issues` database
table and is a datetime column of the form YYYY-MM-DD HH:MM:SS. This
explains the "2023-07-16 12:44:18" checkout date that Katrin observed.

"issuedate_formatted" comes from the same DB column, but is formatted
using Koha::DateUtils::dt_from_string() which takes into account the
`DateFormat` System Preference.

-- 
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