Bug 70008

Summary: Date.toLocaleString should probably report invalid dates as such.
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Andy VanWagoner <andy>
Status: RESOLVED FIXED    
Severity: Normal CC: andy, code.vineet
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: javascript:alert((new Date("")).toLocaleString() == "Invalid Date")

Description Gavin Barraclough 2011-10-13 01:48:19 PDT
The provided URL reports true in FireFox, we should probably match this behavior since it makes more sense (though this is spec'ed to be implementation dependent, so our current behavior isn't technically wrong).
Comment 1 Vineet Chaudhary (vineetc) 2011-10-13 02:00:08 PDT
I tested this on chrome-linux and webkit-gtk. It returns Invalid date ie. result as true. Am I missing something here.
Comment 2 Gavin Barraclough 2011-10-13 12:22:44 PDT
This is a JSC bug; chrome uses v8.
Comment 3 Andy VanWagoner 2018-12-24 14:53:21 PST
This appears to be working correctly now. Please reopen with additional details if there is still a case where an invalid date object does not return "Invalid Date" from toLocaleString.