Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a9b9e3661656d8ee1d65846e646d821fdd36fc12
https://github.com/WebKit/WebKit/commit/a9b9e3661656d8ee1d65846e646d821fdd36fc12
Author: Ling Ho <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes