timestamp static method

int timestamp()

Implementation

static int timestamp() {
  return DateTime.now().millisecondsSinceEpoch;
}