[Webkit-unassigned] [Bug 257546] bugs.webkit.org internal server error when limiting search by 1 month

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 31 12:01:53 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=257546

lingho at apple.com <lingho at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lingho at apple.com

--- Comment #1 from lingho at apple.com <lingho at apple.com> ---
It appears that the SqlifyDate function in Bugzilla/Search.pm takes today's date and substracts month without changing the day.

For example, giving 1m to the function returns 2023-04-31 11:06:09;
giving 3m to the function returns 2023-02-31 11:07:38 . The error most likely cause by database query with invalid date.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230531/cd87875d/attachment.htm>


More information about the webkit-unassigned mailing list