Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 97b469eda5e1abbad820563e16edbe4aba147454
https://github.com/WebKit/WebKit/commit/97b469eda5e1abbad820563e16edbe4aba147454
Author: Keita Nonaka <[email protected]>
Date: 2025-06-17 (Tue, 17 Jun 2025)
Changed paths:
M JSTests/stress/relaxed-timezone-designators.js
M JSTests/test262/expectations.yaml
M LayoutTests/js/date-parse-test-expected.txt
M LayoutTests/js/script-tests/date-parse-test.js
M Source/WTF/wtf/DateMath.cpp
Log Message:
-----------
[JSC] Fix Date Time String Parsing
https://bugs.webkit.org/show_bug.cgi?id=294600
Reviewed by Ross Kirsling.
This patch fixed the Date String Format parsing to align with the TC39 spec [1].
If the string format conforms to the Date Time String Format (ISO8601),
it is parsed according to the spec [2].
[1]: https://tc39.es/ecma262/#sec-date.parse
[2]: https://tc39.es/ecma262/#sec-date-time-string-format
* JSTests/stress/relaxed-timezone-designators.js:
* JSTests/test262/expectations.yaml:
* LayoutTests/js/date-parse-test-expected.txt:
* LayoutTests/js/script-tests/date-parse-test.js:
* Source/WTF/wtf/DateMath.cpp:
(WTF::parseES5DatePortion):
(WTF::parseES5TimePortion):
(WTF::parseES5Date):
Canonical link: https://commits.webkit.org/296339@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes