[webkit-changes] [WebKit/WebKit] a9b9e3: Fixed SqlifyDate function to not return invalid da...
Ling Ho
noreply at github.com
Wed May 31 15:09:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a9b9e3661656d8ee1d65846e646d821fdd36fc12
https://github.com/WebKit/WebKit/commit/a9b9e3661656d8ee1d65846e646d821fdd36fc12
Author: Ling Ho <lingho at apple.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M Websites/bugs.webkit.org/Bugzilla/Search.pm
Log Message:
-----------
Fixed SqlifyDate function to not return invalid dates when "m" is used.
https://bugs.webkit.org/show_bug.cgi?id=257546
<rdar://problem/110075621>
Reviewed by Alexey Proskuryakov.
Modified the SqlifyDate function such that when "m" is entered, it converts to month multiplied by 31 days, similar to how it treats "d" where it multiplies the number by 7.
* Websites/bugs.webkit.org/Bugzilla/Search.pm:
(SqlifyDate):
Canonical link: https://commits.webkit.org/264758@main
More information about the webkit-changes
mailing list