Simon Krajewski преди 1 година
родител
ревизия
b6e55bf266
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      std/Date.hx

+ 2 - 0
std/Date.hx

@@ -178,6 +178,8 @@ extern class Date {
 
 		The first two formats expressed a date in local time. The third is a time
 		relative to the UTC epoch.
+
+		If `s` does not match these formats, the result is unspecified.
 	**/
 	static function fromString(s:String):Date;
 }