nowToTimestamp function

int nowToTimestamp()

Implementation

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