timestamp function

int timestamp()

Implementation

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