15 Oct
2024
15 Oct
'24
3:38 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38146 --- Comment #4 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Jonathan Druart from comment #3)
Are you sure it's a regression from bug 33568?
Yes, looks like the code before was: <td class="datelastseen" data-order="[% item.datelastseen | html %]">[% item.datelastseen | $KohaDates with_hours => 1 %]</td> Which then displayed: "05/07/2014 00:00" if the date has not been modified since we moved the datatype from date to datetime. -- You are receiving this mail because: You are watching all bug changes.