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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |37902
            Summary|Timezone ignored when       |[OMNIBUS] Timezone ignored
                   |passing rfc3339 formatted   |when passing rfc3339
                   |date                        |formatted date

--- Comment #3 from Jonathan Druart <[email protected]> ---
(In reply to Jonathan Druart from comment #0)
> 2. GET /api/v1/jobs?q={"enqueued_on":{">":"2024-09-04T09:26:52-03:00"}}
> is generating the following query
> 
> SELECT `me`.`id`, `me`.`status`, `me`.`progress`, `me`.`size`,
> `me`.`borrowernumber`, `me`.`type`, `me`.`queue`, `me`.`data`,
> `me`.`context`, `me`.`enqueued_on`, `me`.`started_on`, `me`.`ended_on` 
>   FROM `background_jobs` `me` 
> WHERE `enqueued_on` > '2024-09-04T09:26:52-03:00' 
> 
> But when you run it manually, you get a warning:
>   | Warning | 1292 | Truncated incorrect datetime value:
> '2024-09-04T09:26:52-03:00' |

Moved to bug 37902.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37902
[Bug 37902] Timezone ignored when passing rfc3339 formatted date (search 'q')
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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