Index: src/dateparser-inl.h |
diff --git a/src/dateparser-inl.h b/src/dateparser-inl.h |
index a5c7143bdd37743a0b334696ec6e83ecd181b96e..3cb36fa433998e96dbb9acadae999a791cc89277 100644 |
--- a/src/dateparser-inl.h |
+++ b/src/dateparser-inl.h |
@@ -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). |