Revision: 12680
Author:   [email protected]
Date:     Tue Oct  9 01:34:39 2012
Log:      Clarify that date parsing follows Safari.

[email protected]
BUG=145198

Review URL: https://codereview.chromium.org/11085006
http://code.google.com/p/v8/source/detail?r=12680

Modified:
 /branches/bleeding_edge/src/dateparser-inl.h

=======================================
--- /branches/bleeding_edge/src/dateparser-inl.h        Wed Jun 13 02:10:37 2012
+++ /branches/bleeding_edge/src/dateparser-inl.h        Tue Oct  9 01:34:39 2012
@@ -62,7 +62,8 @@
   //         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).

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to