epochNow function

int epochNow()

Implementation

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