Home | Account | Search  
Flex :: Get Unix Timestamp
private function getTimestamp():Number
{
return Math.round(new Date().getTime()/1000);
}