Started creating a payload.

This commit is contained in:
Mario Basic
2015-06-03 01:42:04 +02:00
parent 9e819390c0
commit 0f8aceefea
3 changed files with 41 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
export default function(){
return Math.round((new Date()).getTime() / 1000);
}