JavaScript
30 Mar 2010
 

unixtime()

 
 
1
function unixtime() { return parseInt((new Date).getTime()/1000) }