[Koha-bugs] [Bug 28585] Cannot search on date fields

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 28 09:09:35 CEST 2021


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

Martin Renvoize <martin.renvoize at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This patch fixes the date
      release notes|                            |handling for query parsing
                   |                            |from the API.  We use
                   |                            |dt_from_string to convert
                   |                            |out RFC3339 formatted date
                   |                            |strings to DateTime objects
                   |                            |with an associated timezone
                   |                            |and then user the native
                   |                            |datetime formatted provided
                   |                            |by the SQL connection
                   |                            |library to convert to an
                   |                            |appropriately formated date
                   |                            |time string.

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


More information about the Koha-bugs mailing list