Subversion Repositories HomeAutomation

Rev

Rev 1660 | Rev 1759 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1660 Rev 1679
Line -... Line 1...
-
 
1
 
-
 
2
 
1
 
3
 
2
function get_time()
4
function get_time()
3
{
5
{
4
    return Math.round(new Date().getTime() / 1000);
6
    return Math.round(new Date().getTime() / 1000);
5
}
7
}