Przeglądaj źródła

Clarify that timestamp is milliseconds (#6354)

derRaab 8 lat temu
rodzic
commit
db2941df0a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      std/Date.hx

+ 1 - 1
std/Date.hx

@@ -104,7 +104,7 @@ extern class Date
 	static function now() : Date;
 	static function now() : Date;
 
 
 	/**
 	/**
-		Returns a Date from timestamp `t`.
+		Returns a Date from timestamp (in milliseconds) `t`.
 	**/
 	**/
 	static function fromTime( t : Float ) : Date;
 	static function fromTime( t : Float ) : Date;