Commented stuff.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/**
|
||||
* Returns UNIX timestamp
|
||||
*
|
||||
* @return integer
|
||||
*/
|
||||
export default function(){
|
||||
return Math.round((new Date()).getTime() / 1000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user