Browse Source

Clarify that timestamp is milliseconds (#6354)

derRaab 8 years ago
parent
commit
db2941df0a
1 changed files with 1 additions and 1 deletions
  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;