time static method

int time()

Implementation

static int time(){
	return DateTime.now().millisecondsSinceEpoch ~/ 1000;
}