currentTimeMillis function

int currentTimeMillis()

Implementation

int currentTimeMillis() {
  return DateTime.now().millisecondsSinceEpoch;
}