mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibJS: Parse dates like "Wednesday, Jan 15, 2025"
This was getting called on abc.com
This commit is contained in:
committed by
Jelle Raaijmakers
parent
e95096d2a9
commit
5aeae5e583
@@ -189,6 +189,7 @@ static double parse_date_string(VM& vm, StringView date_string)
|
||||
"%d%t%b%t%Y"sv, // "01 Jan 2000"
|
||||
"%d%t%b%t%Y%t%R"sv, // "01 Jan 2000 08:00"
|
||||
"%A,%t%B%t%e,%t%Y,%t%R%t%Z"sv, // "Tuesday, October 29, 2024, 18:00 UTC"
|
||||
"%A,%t%h%t%d,%t%Y"sv, // "Wednesday, Jan 15, 2025"
|
||||
"%B%t%d%t%Y%t%T%t%z"sv, // "November 19 2024 00:00:00 +0900"
|
||||
"%a%t%b%t%e%t%Y"sv, // "Wed Nov 20 2024"
|
||||
"%Y-%m-%d%t%H:%M:%S%z"sv, // "2024-12-30 03:00:00+0000"
|
||||
|
||||
Reference in New Issue
Block a user