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
This commit is contained in:
parent
4887285da4
commit
012ae4761c
@ -62,7 +62,8 @@ bool DateParser::Parse(Vector<Char> str,
|
||||
// sss is in the range 000..999,
|
||||
// hh is in the range 00..23,
|
||||
// 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:
|
||||
// We also allow sss to have more or less than three digits (but at
|
||||
// least one).
|
||||
|
Loading…
Reference in New Issue
Block a user