Commit 012ae476 authored by rossberg@chromium.org's avatar rossberg@chromium.org

Clarify that date parsing follows Safari.

R=ulan@chromium.org
BUG=145198

Review URL: https://codereview.chromium.org/11085006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12680 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 4887285d
...@@ -62,7 +62,8 @@ bool DateParser::Parse(Vector<Char> str, ...@@ -62,7 +62,8 @@ bool DateParser::Parse(Vector<Char> str,
// sss is in the range 000..999, // sss is in the range 000..999,
// hh is in the range 00..23, // hh is in the range 00..23,
// mm, ss, and sss default to 00 if missing, and // mm, ss, and sss default to 00 if missing, and
// timezone defaults to Z if missing. // timezone defaults to Z if missing
// (following Safari, ISO actually demands local time).
// Extensions: // Extensions:
// We also allow sss to have more or less than three digits (but at // We also allow sss to have more or less than three digits (but at
// least one). // least one).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment